• Resolved etranmily

    (@etranmily)


    Hello,

    I have a question about the Neve header menu. Everything works fine but when I scroll down (the menu is fixed), it goes behind some widget elements. So I tried changing the z-index but it doesn’t work.

    Also I’m not sure which CSS class I should target for the header in order to always be on the front ?

    Thank you very much for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @etranmily,

    Can you please provide us with the link to your site, where we can see the problem, so we can better assist you on this issue?

    Thank you!

    Thread Starter etranmily

    (@etranmily)

    Here are the links where the menu is going under some elements :

    Link 1
    In Link 1, when the mouse hovers over an image, the hover element (black) goes over the header menu.

    Link 2
    In Link 2, the newsletter column on the right is going over the menu.

    I don’t know if the problem can be solved with a css code using z-index or it’s related to another issue.

    Thank you !

    Hi @etranmily,

    Thank you for providing the link to your site.

    It seems indeed like a z-index problem. Please try adding the following code into Customizer -> Additional CSS:

    #header-grid {
    	
    	z-index: 999999 !important;
    }

    This should solve both issues. Please let us know if it worked.

    Thread Starter etranmily

    (@etranmily)

    Yes, I have put the code and it works ! So it was a z-index issue. Thank you !!

    Hello @etranmily,

    I am glad I was able to help.

    Please let us know if you have any more questions.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem : Header menu displays below some page elements’ is closed to new replies.