Home Forums WoodMart support forum Help with Tidio chat

Help with Tidio chat

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #123094

    EleBo
    Participant

    Hi there.I installed tidio and I would like to move the mobile widget up. I contacted the support and they gave me a script.But the script does not work through the custom CSS.Could you tell me where to add this script?Here is the text with this script.

    The widget is moveable by CSS – here’s the script. It will move both the mobile and desktop version of the widget.
    <style>
    #tidio-chat iframe { bottom: 0em !important; }

    @media
    only screen and (max-width: 980px) {
    #tidio-chat iframe { bottom: 0px !important; }
    }
    </style>

    The desktop and mobile widget use one iframe, so the only way to move them separately is to add a media query that specifies the screen size (the second and third line of the snippet).

    The value is represented by the ’em’, which is 16px in terms of display movement. The value is set by multiplying the ’em’, e.g. if you set the chat to move by 2em – it will be moved by 32px.

    #123130

    Hello,

    Please note we do not support the third parties plugins. If you need to add a CSS script, you can add it into Custom CSS of the Theme Settings, if you need to add a custom JS, you will find the tab in the Theme Settings.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)