Moving the Mobile Icon Widget
-
Hello,
Thank you for your great services.I was trying to change the position of the mobile icon widget and i used the following code:
/*Edit the 0em number according to your website for desktop*/ #tidio-chat-iframe { margin-bottom: 0em !important; } @media only screen and (max-width: 980px) { /*Edit the 0px number according to your website for mobile*/ #tidio-chat-iframe { margin-bottom: 0px !important; } }
It is working fine, but the margin affects all the windows so the closing button and the agent name will not appear. Is there a way to only move the icon without touching the chat frame?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Moving the Mobile Icon Widget’ is closed to new replies.