Archived topic
Dropdown menu displays behind products
3 replies · Started by Keith on December 29, 2021
Hello,
I've had an issue with my dropdown menus displaying behind the product pictures.
I honestly have no idea where to begin fixing this.
I use sticky navigation and when the sticky navigation is engaged, I have no problem, but when its at the top of the page and you scroll over the navigation to display the drop down, it displays behind whatever products or post elements are below.
Here is a picture:
https://ibb.co/9GB6Mby
Hi Keith,
Can you try add this CSS:
.inside-navigation {
z-index: 100;
}
Worked perfectly.
Thank you.
No problem :)