Second image visible on safari browser
-
Hello!
We face some issues on the product page. We see the second image in our first image.
Attached a printscreen with the example!
Like to hear from you!
Hereby the printscreen!
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please give us a link where we can see it on your website?
Regards
Hereby! It’s on the safari browser only!
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
padding-left:1px;
padding-right:1px;
}