Home › Forums › WoodMart support forum › Display › Reply To: Display
February 24, 2018 at 3:39 pm
#42064

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .product-grid-item .hover-img img,
body .product-grid-item .product-image-link img {
width:auto;
}