Reply 230328 to: Display 3 products per row in product page

Avatar: Rose Tyler
Rose Tyler
Support staff
February 26, 2020 at 08:24

Hello,

Try to add the next code in Theme Options > Custom CSS > Custom CSS for mobile:

.products-loop .product {
    width: 33.33% !important;
}
.products-loop .product:nth-child(2n+1) {
    clear: none !important;
}
.products-loop .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.