Hi! is it possible for the mobile view to show 3-3,5 slides per view not just 2? also with would it be possible to change it only for multiple slides per view option, but if i want only one slide per view it still would be one big slide as it is now?
Topic summary
Goal: Adjust the mobile carousel to show 3–3.5 slides per view instead of 2, while preserving a full-width slide when the “one slide per view” option is selected.
What was tried: A responder advised adding custom code to theme.liquid (main layout file) before the tag to force more slides visible on mobile. Screenshots show the multi-slide result working.
Issue: The modification applies globally and also alters the single-slide mode, preventing the “one big slide” behavior when only one slide per view is chosen.
Current request: Make the change conditional—apply only when the “multiple slides per view” setting is active, and leave the single-slide setting unaffected.
Status: No finalized, conditional solution provided yet; the discussion remains open. Note: Screenshots illustrate settings/outcome, and a code snippet is referenced but not visible in the shared text.
Hey @alopat
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed




