Site logo

Archived topic

Sticky menu appears under content

3 replies · Started by Luisa on March 5, 2019

Viewing posts 1–4 of 4

Hi,
I am having an issue that appeared just now, before it was working fine. My sticky menu appears under the content in the page it does not appear on top of everything and the menu does not work. All this happens when I have an element file that selects the site header to merge. I do not know what is going wrong.
http://www.portlandtangofest.com, please check page ABOUT, I have modified the home page to keep it functioning.
Can somebody help me?
Cheers Luisa

Hi there,

its a z-index issue try this to bring the nav etc. to the front:

.header-wrap {
    z-index: 100;
}

Thank you, it worked!! I never understood what z-index was used for! I am learning a lot.
Cheers Luisa

You're welcome :)

This archived topic is closed to new replies.