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
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
Awesome! That worked! I didn’t include the position statement in my attempts to fix it. That was key.
Hi,
Yes, relative position (or absolute) is needed for z-index to work. Glad we could help :)
Best regards,
Nikko