Title: Problem : Header menu displays below some page elements
Last modified: March 18, 2021

---

# Problem : Header menu displays below some page elements

 *  Resolved [etranmily](https://wordpress.org/support/users/etranmily/)
 * (@etranmily)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-header-menu-displays-below-some-page-elements/)
 * 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)

 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-header-menu-displays-below-some-page-elements/#post-14200426)
 * Hi [@etranmily](https://wordpress.org/support/users/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](https://wordpress.org/support/users/etranmily/)
 * (@etranmily)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-header-menu-displays-below-some-page-elements/#post-14201205)
 * Here are the links where the menu is going under some elements :
 * [Link 1](https://www.touk-touk.com/loisirs-creatifs/)
    In Link 1, when the mouse
   hovers over an image, the hover element (black) goes over the header menu.
 * [Link 2](https://www.touk-touk.com/le-developpement-du-langage-chez-lenfant/)
   
   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 !
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-header-menu-displays-below-some-page-elements/#post-14201960)
 * Hi [@etranmily](https://wordpress.org/support/users/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](https://wordpress.org/support/users/etranmily/)
 * (@etranmily)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-header-menu-displays-below-some-page-elements/#post-14208154)
 * Yes, I have put the code and it works ! So it was a z-index issue. Thank you !!
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-header-menu-displays-below-some-page-elements/#post-14218009)
 * Hello [@etranmily](https://wordpress.org/support/users/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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.3/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [Z-index](https://wordpress.org/support/topic-tag/z-index/)

 * 5 replies
 * 2 participants
 * Last reply from: [danamv](https://wordpress.org/support/users/danamv/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/problem-header-menu-displays-below-some-page-elements/#post-14218009)
 * Status: resolved