[Resolved] Z-Index Use for Embedded Map

Home Forums Support [Resolved] Z-Index Use for Embedded Map

Home Forums Support Z-Index Use for Embedded Map

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #960389
    Joseph

    I’m having an issue where an embedded map is overriding the sticky menu. I was wondering if using z-index setting to drop the map below the menu? Can you shed some light on how I can get the menu on top.

    Much appreciated.

    #960459
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

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

    Let me know ๐Ÿ™‚

    #960475
    Joseph

    Genius, I was trying to add the z-index to the map. This worked perfectly.
    Thank you so much Leo!!

    #960496
    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.