hide Chatbox when opening side menu on mobile

hide Chatbox when opening side menu on mobile

Eli90
Pathfinder
125 4 16

Hi,

I would like to make the chat-box disappear one opening the side menu on mobile because it covers my social links on my Dawn theme.

 

I would also like to make the cookies window be on top once people land on my website- at the moment it is covered by some other objects.

 

Hope you can help!

https://sugarfreeeu.com/ 

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1279

Hello @Eli90 ,

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1678873509275.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1678873522505.png

<style>
     @media (max-width: 1023px ) {
          iframe#dummy-chat-button-iframe {
              bottom: 75px !important;
          }
     }
</style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center