Dear,
When I don’t scroll down, and I preview an image of the WooCommerce store, a lightbox opens but the header is in front of the lightbox still, blocking the image. How can I fix this?
Please find a screenshot attached.
Thanks!
Dear,
When I don’t scroll down, and I preview an image of the WooCommerce store, a lightbox opens but the header is in front of the lightbox still, blocking the image. How can I fix this?
Please find a screenshot attached.
Thanks!
Hello @yvescleeren,
Thanks for asking.
I checked the screenshot you have shared and it looks like a z-index issue. Can you please share website URL so we can give you the correct CSS code to fix the problem?
Thanks.
Ok, included in secure note
Hi There,
Thanks for the URL!
As mentioned by @Prasant this is something related to z-index.
Please add this CSS to your Theme Option -> CSS and let us know how this goes.
.pswp--open {
z-index: 99999;
}
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.