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!
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.
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.