This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Meuble de France
Hello!
I just would like to know how could I get 1 product per row on the mobile shop page and 3 products per row on the desktop shop page?
I’m using WPBakery.
Many Thanks!
Hello,
Theme options > WooCommerce > Products catalog > Products Per Row.
Add the next code in Theme Options > Theme custom CSS > Mobile:
.products-grid .product {
width: 100% !important;
}
Regards
Many Thanks! The problem is perfectly solved
The issue related to '‘Responsive number of products per row on shop page (product archive)’' has been successfully resolved, and the topic is now closed for further responses