[Resolved] Sticky Nav Menu is over lapped by short code widget when scrolling

Home Forums Support [Resolved] Sticky Nav Menu is over lapped by short code widget when scrolling

Home Forums Support Sticky Nav Menu is over lapped by short code widget when scrolling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1341388
    Jeff

    We have created a page that has a section of short code that displays a map of our locations. The sticky nav for our menu to stay at the top is working fine, but when you scroll and come to one of the blocks with the short code in it, the resulting map over laps the sticky nav menu. How can we make it so the navigation menu stays on top of any content as it scrolls?

    #1341705
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #sticky-navigation {
        z-index: 9999 !important;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1341767
    Jeff

    That fixed it! Thank you!

    #1341820
    Leo
    Staff
    Customer Support

    No problem 🙂

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