Archived topic
zindex issue with submenu in main navigation
3 replies · Started by Marco on June 29, 2022
Hello
I've an issue with the navigation not overlapping the content below so some of the navigation isn't working - played around with some zindex settings but cannot get it to work - hope you got some ideas how to solve this.
the issue can be seen here: https://aicadium.ai/resources/blog-and-news/ - then hover over the menu item "Industries" please - thank you
Hi Marco,
Try adding a z-index to the articles.
For instance, here’s a CSS you may try adding in Appearance > Customize > Additional CSS:
article.post.type-post.dce-post.dce-post-item.dce-grid-filters-item.dce-item-grid-filters.dce-item-grid.animate {
z-index:0;
}
Hope this helps!
That did the trick - thank you so much
You’re welcome Marco!