All things Shopify and commerce
.https://mcaulraek.myshopify.com/
For above website, on mobile, need below appearance to be seen. Apparently at the moment can see only one product.
Can someone help ?
I want like this , like when on mobile product shows like this. Two products at a time
Hi @Mcato12
Please follow these steps:
Go to Online Store > Edit Code > Theme.js. In this file, you will find line 2692 with the same code as the picture I have circled in red.
Here if you want the New Arrivals section to display 2 products on mobile, change the code line 2708.
Initial
this.settings.slidesToShow480 = (this.settings.slidesToShow - 4) > 1? (this.settings.slidesToShow - 4) : 1;
Change to:
this.settings.slidesToShow480 = (this.settings.slidesToShow - 3) > 1? 2: 1;
I hope that it will work for you.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024