[Resolved] zindex issue with submenu in main navigation

Home Forums Support [Resolved] zindex issue with submenu in main navigation

Home Forums Support zindex issue with submenu in main navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2268703
    Marco

    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

    #2268713
    Fernando
    Customer Support

    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!

    #2268737
    Marco

    That did the trick – thank you so much

    #2268740
    Fernando
    Customer Support

    You’re welcome Marco!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.