Archived topic
Woocomerce picture not working good with sticky menu
2 replies · Started by Artur on February 1, 2022
Viewing posts 1–3 of 3
Hi Artur,
Can you explain a bit more about what you need to change w/ it?
If you're trying to make the sticky header NOT overlay ontop of the zoom modal then you can add this CSS:
.pswp.pswp--supports-fs.pswp--open.pswp--visible {
z-index: 99999999;
}
This archived topic is closed to new replies.