Reply 232517 to: Empty space in product list on tablet

Avatar: Rose Tyler
Rose Tyler
Support staff
April 3, 2020 at 13:18

Hello,

Add the next Custom CSS code:

.shop-full-width .products-grid.row-count-4 .product:nth-child(4n+1) {
    clear: both !important;
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
    .shop-full-width .products-grid.row-count-4 .product:nth-child(2n+1) {
        clear: both;
    }
}

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.