Home Forums WoodMart support forum Display Reply To: Display

#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;
}