This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi, I would like to have a border around each individual product on the product/catalog page. Is there a way to do this so that the borders are all equal height?
Thank you
Hello,
Please add this code in Theme Options > Styling > Custom css:
.products-grid .content-product {
border: 1px solid black;
}
.products-grid .product-details {
min-height: 160px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up