I have products with images that are not at the same height, so at grid display at shop the elements are up and down….
if I add a minimum height at the image it is better but at smaller resolution it is not showing good.
I tried this
.product-grid-item .product-image-link {
min-height:180px;
}
is there a way to have equal boxes for all the products? we can have space between the image and the title of product.