Design homepage product slider

Topic summary

A user seeks guidance on creating an improved product slider for their homepage, referencing example images of desired slider styles from other sites. Their current slider on gentlesilk.dk appears too small and visually underwhelming.

Another participant provides a technical solution:

  • Navigate to theme code editor (‘…’ > Edit code)
  • Locate the products-carousel.liquid file in the Sections folder
  • Find the data-mobile parameter and modify its value to 1.5

This code adjustment should increase the slider’s mobile display size. The discussion remains open regarding additional styling improvements or alternative slider implementations.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

does anyone know how to make/get a nice looking product slider like the ones ive attacted any guides videos etc. I already got one on my wepsite gentlesilk.dk but it is really small and not so good looking.

Hope someone can help :smiling_face:

from my wepsite gentlesilk.dk sorry fot the bad quality pictures

1 Like

Hi @Sebastian2630 ,

Please go to ‘…’ > Edit code > Sections > products-carousel.liquid file, find ‘data-mobile’ and change code:

data-mobile="1.5"