Home Forums WoodMart support forum Module arrangement

Module arrangement

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #265137

    jimmymussie
    Participant

    Hello,

    I have a question.

    We are using “tidio” for our chatsystem. But it overlaps the add to cart sidebar widget.
    Is it possible to set Tidio under the sidebar widget? Also for mobile?

    Attachments:
    You must be logged in to view attached files.
    #265139

    jimmymussie
    Participant

    Tidio Z-index is 999999999

    #265298

    Hello,

    I saw the screenshot you attached.

    Sorry but it is not possible to modify the z-index value of the chat module you added with Custom CSS because the z-index value is embedded within the iframe.

    You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to change the z-index value of the sidebar. And see if this works for you.

    .cart-widget-side {
    z-index: 99999999999;
    }

    Best Regards.

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