This topic has 6 replies, 4 voices, and was last updated 10 years ago ago by Robert Hall
Is it possible with css magic to align the bottoms of a row of products in the shop pages?
Of course, because all the names are varying length, the heights are different. Could I specify a default height for that container, and move the Add to Cart buttons down to the line for all of them?
Like in the picture:
http://take.ms/P9Y02
Thanks!
Mike
Hello,
Please add the following code into the custom.css:
slide-item .product .product-name, .products-grid .product .product-name {
height: 75px;
}
Regards,
Jack Richardson
Hi
I have the same issue, I tried that code but it didn’t work
Here is my URL http://ukfragrances.co.uk/
You can see its starting to get a bit messy with the add to cart buttons not aligned
Hello midlandsonline,
Please add this code into custom.css file.
.products-page-cats {
height:40px;
}
.product-title{
height:60px;
}
Regards,
Robert Hall.
Perfect, thank you
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Align products in shop pages’' has been successfully resolved, and the topic is now closed for further responses