Hi,
I am using bikestore with virtuemart and when I use a 3-product in a row view.
When I open it on ipad it shows 2 products and then 1 product per row. then again 2 products and 1 product per row.
How can I fix that?
.row {
position: relative;
}
.browse-view .row:nth-child(odd) .product:first-child {
position: absolute;
right: 0;
top: -100%;
}