Elements product grid same height?
-
Hi Xtemos,
is there any way to set the elements of a row in product grid to same height?
Like max. height which fits for all products?
How can I make sure, all thumbnail images have the same size – eg.
are resized if to small/big?
Thanks
Till
Attachments:
You must be
logged in to view attached files.
Hello,
The only one way to achieve this is to enable “Hard Crop” option in WooCommerce -> Settings -> Product -> Display for your images. Don’t forget to regenerate all thumbnails then.
Regards
Hi,
I’m still having issues with getting my products into one height.
Images are hard cropped – but my product descriptions have varying
length an therefor varying numbers of lines.
Is there a way to set the height of the div which wraps the products
title so the following price and button will be set at same height?
Thanks
Till
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you for your question.
Of course, you can set a fixed height for your product titles with the following CSS snippet
.basel-hover-standard .product-title a {
height: 60px;
}
Kind Regards
XTemos Studio
The topic ‘Elements product grid same height?’ is closed to new replies.