Feedback for your online store from the community
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
Solved! Go to the solution
This is an accepted solution.
No, each theme will have different settings and different code logic.
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025