Z-space conflict resolution

Home Forums Jevelin Theme Z-space conflict resolution

Home Forums Jevelin Theme Z-space conflict resolution

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Surge
    Participant

    Hi there,

     

    If you go to surgeea.com and scroll to the bottom of the page, then you click on dropdown menus as indicated in the attached screenshots, you can see that the dropdown menu is behind the section (in Z space) which is just underneath it. This causes it to look strange as the lower section is overlaid on top of the dropdown menu content. Can something be done about this?

     

    Thanks in advance,

    Surge

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

    Solution for this topic

    Hi Surge,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-section-container.container {
        z-index: 999;
    }

     

    Best regards,
    Shufflehound team

    Surge
    Participant

    That did the trick. Thanks a lot guys!

     

    Wish you a great weekend,

    Surge

    You are always welcome here 🙂

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