Reply 301726 to: Ipad design issues

Avatar: Rose Tyler
Rose Tyler
Support staff
September 9, 2021 at 09:49

Try to add the next code in Theme Options > Theme custom CSS > Tablet

.products-grid .product {
    width: 33.33% !important;
}
.products-grid .product:nth-child(2n+1) {
    clear: none !important;
}
.products-grid .product:nth-child(3n+1) {
    clear: both !important;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.