more collections on one row

Solved

more collections on one row

Robert8
Visitor
2 0 0

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

 

 

IMG_106DA372578F-1.jpeg

Accepted Solution (1)
EstherBui
Trailblazer
276 39 44

This is an accepted solution.

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

View solution in original post

Replies 3 (3)

EstherBui
Trailblazer
276 39 44

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: 

EstherBui_0-1737219667255.png

 

Best,
Esther

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Robert8
Visitor
2 0 0

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

 

IMG_6326.jpg

EstherBui
Trailblazer
276 39 44

This is an accepted solution.

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!