Reply 301941 to: Products row

Avatar: Rose Tyler
Rose Tyler
Support staff
September 11, 2021 at 06:07

Hello,

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.