4 Columns for shop page in mobile version
-
Hello, I want to make Products columns on mobile shows 4 columns not 2
Hello,
Thank you very much for choosing our theme and for contacting us.
There is no option to set 4 columns, we can provide custom CSS, however please note the user would not be able to press any buttons to add to cart or wishlist. Are you sure, you still want that? If so, please provide your site URL.
Best Regards
Hello, thanks for your reply, i misunderstood my client, he wants to make just the categories pages with 4 columns not the products page..
Hello,
Please provide page URL which items should be 4 items in the row on mobile?
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .categories-style-default .col-6 {
-ms-flex: 0 0 25%;
flex: 0 0 24%;
max-width: 24%;
}
Best Regards