This topic has 8 replies, 4 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hello
I would like to make product images on the Shop/Category pages all have the same height.
I do have images settings exactly like docs:
Catalog Images: Width(270), Height(370), Hard Crop (uncheck)
Single Product Image: Width(460), Height(628), (uncheck)
Product Thumbnails: Width(75), Height(100), Hard Crop (uncheck)
I cannot upload all same size product images, but still want to force images to be same height.
How can I do this
Thank you
Hello,
First you need to set images size like in our documentations and regenerate your thumbnails via Regenerate Thumbnails plugin.
Regards,
Robert Hall.
Hello
Thank you for the reply.
I already have the images size like in docs, and have hit regenerate thumbnails, however images still do not have same height.
How can we make all images on product/shop page same height ?
Thank you
Hello
Sorry. i cannot login with credentials you gave to us. Please check them.
With best regards
Brian Johnsn
Hi
Try these login details
Thanks
Hello,
Try to use this code in custom.css file:
.product-grid .product-image img {
height: 300px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hi
Thanks, I will use the css fix.
Kind Regards
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up