Align product photo, text and cart button.
-
Dear Xtemos team,
How can i align the product pictures, product title text, price and add to cart button on product category pages.
Is there any CSS code for it?
Hello,
Do you mean align on one level? http://prntscr.com/mbf8a9
Navigate to Appearance > Customize > Woocommerce > Product image and configure all the images size or upload the images of the equal size and proportion.
Add this custom code to the Theme Settings > Custom CSS > Global
body .product-grid-item .product-title {
min-height:60px;
}
Best Regards