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

    I have a 3rd party map plugin that has a full screen view, but the page’s elements are appearing over the map in full screen mode. Link is in the private content. The Full Screen button is on the upper right of the map.

    I tried setting the z-index of the color section containing the map to a high number, but that doesn’t change anything. I also tried changing the z-index on the map to a high number but that doesn’t change anything either. None of the page’s elements appear to have a z-index greater than 1 so I’m not sure why they’re appearing over the map, which has a z-index of 490.

    The plugin provider says this is a theme issue so they haven’t provided much help.

    Any ideas?

    Thanks
    JP

    #761297

    Hey JP,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #map-cs {
        position: relative;
        z-index: 9999;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #761640

    Awesome! That worked! I didn’t include the position statement in my attempts to fix it. That was key.

    #761674

    Hi,

    Yes, relative position (or absolute) is needed for z-index to work. Glad we could help :)

    Best regards,
    Nikko

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