Home Forums WoodMart support forum How to keep items always on top

How to keep items always on top

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #251305

    JoseAGL
    Participant

    How to keep items always on top

    Always keep the following elements in front:
    -Cookies PopUp
    -Bar on the right where all purchases appear

    all this so that the messenger chat does not appear in front

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

    Hello,

    I saw the screenshots you attached.

    The messenger icon is displayed on top because by default it has assigned a greater z-index value.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS and see if it helps.

    .fb_dialog.fb_dialog_mobile {
    	z-index: 111 !important;
    }

    Regards.
    Xtemos Studios.

    #251879

    JoseAGL
    Participant

    Wow! Thanks a lot.

    #251882

    JoseAGL
    Participant

    Can you help me on the desktop version?

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached.

    In the screenshots, you mentioned the mobile that’s why I asked you to add the CSS to Custom CSS for Mobile.

    If you want to make it work on the desktop version too then move the CSS to the Global Custom CSS area under Theme Settings >> Custom CSS.

    Regards.
    Xtemos Studios.

    #252268

    JoseAGL
    Participant

    It stays the same above the elements, maybe because of the code that says mobile

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .fb_dialog.fb_dialog_advanced {
    z-index: 111 !important;
    }

    Regards.
    Xtemos Studios

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