Unuseable on mobile?
-
The chat widget when used on cell phone is in the wrong position when activated – it’s un-useable as only 94px is showing unless I force the height to 400px, but then because of the high Z-index value, it prevents content buttons being clicked
this is the code
@media only screen and (max-width: 980px) {
#tidio-chat-iframe {
bottom: 0px !important;
height: 300px !important;
right: 14px !important;
}
}
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unuseable on mobile?’ is closed to new replies.