This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Jack Richardson
Hi..
I have set products per row to 6 and products per page to 24, and that is looking fine. On mobile it only shows 1 product per row, and thats fine with me..
But the issue is on Ipad on portrait view, there it is showing 2 products in the first row, and in second row it only shows 1 product, and row 3 it’s show 2 products again..
Take a look at : http://chicclothing.dk/produkt-kategori/festtoej/
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for tablet:
.shop-full-width .products-grid.row-count-6 .product:nth-child(3n+1) {
clear: none !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up