Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1066870

    Hi,

    I still have a problem with a sticky element, that is overlapped by the second menu.

    You’ll find the code of the element and the link to my page in the private content.
    Thanks a lot for helping ab kind regards
    Uli

    #1067308

    Hey ulif,

    Please try the following in Quick CSS under Enfold->General Styling:

    #sub_menu1 {
      z-index:0;
    }

    Best regards,
    Rikard

    #1067362

    Hi Rikard,

    sorry, but this doesn’t work. It still overlaps.

    Best regards

    #1067935

    Hi ulif,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #sub_menu1 {
        z-index: 1 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1068186

    Hi Victoria,

    great! That works fine!
    Thanks a lot and have a wonderfull day!
    Uli

    #1068229

    Hi Uli,

    Glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘sticky element is overlapped by second menu’ is closed to new replies.