Hi,
I have forced the thumbnail size for products and its categories to 80×80. But, the sizes are not equal.
Please check and help me with the CSS for all the product category thumbnails to display in same size.
please check the Private Content for the website url.
Thanks
Swathi
Gentle Reminder
Hi,
Sorry for the late reply, I have taken a look at your page and your image “Heartbeat Monitors” is 41px-80px so this is why it is showing taller than wide, if your images were square they would be consent. If we use css to make all of the products show the same size the images would be distorted.
If you would like to try anyways, please add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.product-category.product,.product-category.product a {
height: 300px !important;
max-height: 300px !important;
}
Best regards,
Mike