Why does my mobile home page only display one product?

Why does my mobile home page only display one product?

Mcato12
New Member
8 0 0

.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 ?

 

 

Mcato12_0-1669921015342.png

I want like this , like when on mobile product shows like this. Two products at a time

 

Reply 1 (1)

BSS-Commerce
Shopify Partner
3477 463 539

Hi @Mcato12 

 

Please follow these steps:

view (68).png

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 [email protected]


BSS Commerce - Full-service eCommerce Agency