Hi,
I'm facing this issue with all the last rows. Product list is set to 3 per row and it works perfect but the last product always get another row.
Also checked with firebug and still don't know the problem.
Thank you.
ftp.trescochesrojos.com: nodename nor servname provided, or not known.
.browse-view .horizontal-separator {
display: none;
}
.browse-view .row {
width: 33%;
float: left;
}
.browse-view .row:nth-child(3n+4) {
clear: both;
}
.browse-view .row .product:nth-child(3n+4) {
clear: both;
}