Home › Forums › WoodMart support forum › Second image visible on safari browser › Reply To: Second image visible on safari browser
December 4, 2017 at 1:14 pm
#27071
Artem Temos
Keymaster
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;
}