This topic has 4 replies, 2 voices, and was last updated 7 years, 12 months ago ago by Rose Tyler
Hello
We are having some problems with the design when showing 5 products per row.
Please see last row in the link, sometimes this happens.
And is there any fix to align all the selection buttons [VALI] on same horizontal line?
Thank you.
Hello,
Please, add this code in Custom CSS:
@media only screen and (min-width: 1200px) {
.row-count-5 .product:nth-child(5n+1), .row-count-6 .product:nth-child(5n+1) {
clear: both;
}
}
.product-title {
height: 45px;
}
Regards,
Rose Tyler.
Thank you. Worked great!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Grid view – products page layout’' has been successfully resolved, and the topic is now closed for further responses