more collections on one row

hello guys,

I would like to know how I can see all to collections on one row without swiping on my phone. I have 6 collections but you can only see 2, I want to see them all without swiping and I want them smaller. does anyone have to code for that and where to insert it

Hi Robert8

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file component-slider.css and add this code at the end of the file
@media only screen and (max-width: 760px) {
  ul#Slider-template--24305545838919__collection_list_ckEtyK {
    flex-wrap: wrap !important;
  }
}

- Result:

Best,
Esther

hi Esther,

is it possible to get them alongside each other and still see them all like this. 5 next to each other with this size would be great

No, each theme will have different settings and different code logic.