Mobile Homepage Scroller Issue

I'm having an issue with the "scroller" feature for mobiles, I've added a homepage scroller for "new arrivals" but the scroller does not seem to have an option to show multiple products within the space available on mobile, for some reason even when reducing the size of thumbnail images, the scroller still only shows 1 product per scroll.

For example on the Etsy website (image attached) the scroller shows multiple products, Then attached is the Cs-Cart scroller which only shows 1 single product.

Is there a way to mimick the Etsy scroller?

Thanks.

[attachment=14191:Screenshot_20200203-154630_Chrome.jpg][attachment=14192:Screenshot_20200203-154852_Chrome.jpg]

Screenshot_20200203-154852_Chrome.jpg

Screenshot_20200203-154630_Chrome.jpg

Cscart people live under rock, they just wont see or implement these modern stuff…

design/themes/responsive/templates/common/scroller_init.tpl

try to replace

mobile = [479, 1];

with

mobile = [479, 2];

then clear cache and check

design/themes/responsive/templates/common/scroller_init.tpl

try to replace

mobile = [479, 1];

with

mobile = [479, 2];

then clear cache and check

Thanks for your input as usual, before I hardcode what should this do? Show 2 instead of 1 ?

Thanks for your input as usual, before I hardcode what should this do? Show 2 instead of 1 ?

Right, only for scrollers, only for mobile devices