This topic has 4 replies, 3 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hi,
Is there a setting I’m missing that will force products to maintain the same image size and descriptions so that they don’t have varying heights which cause the products to be non uniform?
Image example:
https://i.imgur.com/lAiQzha.png
Hello
Problem is because your image has different size Go to WooCommerce > Settings > Products > Display > Image Size and set correct image size for the catalog images. This post will help you to find out what size is ok for you https://docs.woocommerce.com/document/fixing-blurry-product-images/ After that install and activate Regenerate Thumbnails plugin and regenerate all the thumbnails (Tools > Regenerate thumbnails > All)
Thank you, I had to go to the WooCommerce customizer to find those display settings. Unfortunately the images aren’t internally hosted, they are loaded in through Amazon, so resizing them with a thumbnail regenerator won’t really work.
I’ll need to if there are other uniform sizing options..
Hello,
Try to add this code in Theme Options > Custom css:
.content-product .product-image-wrapper {
min-height: 200px;
}
.content-product .product-title a {
min-height: 90px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up