Viewing 1 replies (of 1 total)
  • Plugin Support olektidio

    (@olektidio)

    Hi there,

    There are a few options possible – you can move the chat up, down and to the sides using this script. It contains a media query for mobile devices. You can adjust it, so it moves just the widget on smaller screens.

    Here’s a full script:

    #tidio-chat iframe { bottom: 0px !important; }
    @media only screen and (max-width: 980px) {
        #tidio-chat iframe { bottom: 2.5em !important; }
    }
Viewing 1 replies (of 1 total)

The topic ‘CSS Styling?’ is closed to new replies.