This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler
Hello there,
How to make equal height all product boxes and also have a border around each one?
Thanks
Hello,
Theme Options > WooCommerce (Shop) > Shop elements > Brands > Show Product Brands On Grid/List > Off.
Add the next code in Theme Options > Theme custom CSS:
.content-product .product-title {
min-height: 48px;
}
Product Title Chars Limit you can change via Theme Options > WooCommerce (Shop) > Shop > Products style.
This code will add the border:
.products-grid .content-product,
.products-slider .content-product {
border: 1px solid #e1e1e1;
padding: 10px 10px 0 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up