This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hello,
How can I align Add to cart buttons in shop and category pages? Now add to cart button is not aligned vertically, because some products have their name in 2 lines, some in 1. I mean this: https://prnt.sc/s39pqr
Hello,
Theme Options > WooCommerce (Shop) > Shop > Products style > set Product Title Chars Limit
or use this custom CSS code –
.content-product .product-title {
min-height: 47px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up