Archived topic
Z-Index Use for Embedded Map
3 replies · Started by Joseph on July 17, 2019
Viewing posts 1–4 of 4
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.
Hi there,
Try this CSS:
nav#sticky-navigation {
z-index: 10000 !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Genius, I was trying to add the z-index to the map. This worked perfectly.
Thank you so much Leo!!
No problem :)
This archived topic is closed to new replies.