Reply 326447 to: How Can I make two products per row on the mobile version

Avatar: Rose Tyler
Rose Tyler
Support staff
June 21, 2022 at 12:11

Hello,

Add the next code in Theme Options > Theme custom CSS > Global:

@media only screen and (max-width: 320px) {
    .products-grid .product, .products-list .product {
        width: 50%;
    }
}

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.