This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
Hi
I want the products that are dispalyed in columns in the shop pages, related products & featured products, etc.. to be equal height top & bottom & I’ve tried every code technique I now & have found but nothing has worked, except for putting a specific height e.g. 550px, which is not ideal as it varies through different views & screen sizes. How can this be achieved?
Thank you!
Hello,
Add this code in Theme Options > Custom CSS:
.content-product .product-title a {
min-height: 50px;
}
.product-details .yith-wcbr-brands-logo {
min-height: 85px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up