Hi everyone!
I am trying to make it so that we can use “featured collections” on our main page. I would like them to be 2x2 next to each other instead of stacking.
Right now we are using Startup and Pacific, both Pixel Union themes. I can’t get any answers from them at the moment.
Thanks!
1 Like
Hello, @brookeatgravel
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Thank you so much for your response. Here is a preview of the theme:
https://www.graveltravel.com/?_ab=0&_fd=0&_sc=1
@brookeatgravel
Thanks for it
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media (max-width: 720px) {
.row-of-1 .home-collection-list-item, .row-of-2 .home-collection-list-item, .row-of-3 .home-collection-list-item {
width: 50%;
margin-top: 0;
margin-bottom: 20px;
}
}
@KetanKumar
Hello.
I’m struggling with the same thing.
My theme is the DAWN theme, but
- go to Online Store->Theme>Edit code
- go to Asset->/theme.scss.liquid->paste below code at the bottom of the file.
I don’t have “theme.scss.liquid” in my assets.
What should I do?
Hi all.
I would like to be able to use the “Collection List” on the main page. Instead of displaying the collections stacked on top of each other, I want to display them side-by-side in 2x2.
I am currently using the Dawn theme.
Thank you very much.
1 Like
@nakanotakuya
yes, please share store url
Hi there,
I’m also using the Dawn theme and trying to display a collection list where on mobile the images are stacked side by side (2 rows of 2) rather than stacked on top of each other. I also can’t find the theme.css.liquid file (like the previous user with this issue) - so have hit a block.
I am currently working on a development theme so it’s not yet live.
Can you advise?
Thanks!
Charlotte
1 Like
@charlotteli82
yes, please share store url
www.tocoswim.com (but the site you will see is just the current live prestige theme - i am working on the dawn theme on a development)
thanks!
C
@charlotteli82
oh so can you please share dawn theme store url
Yes - let me know if this works: https://tocoswim.com/?_ab=0&_fd=0&_sc=1
Thank you!
Charlotte
1 Like
@charlotteli82
thanks but i need dawn theme on a development preview url
@charlotteli82
thanks for update, yes please add this code
- Go to Online Store-> Theme->Edit code
- Asset->/section-collection-list.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.collection-list .collection-list__item {
width: calc(50% - 3rem);
}
}
@KetanKumar
Could you help me with the same issue? I am using Sense 2.0
https://znprgow8bcy00byr-55773429934.shopifypreview.com
I can get 2x2 on desktop, but I would also like on mobile.
1 Like
@scranman
thanks for update, yes please add this code
- Go to Online Store-> Theme->Edit code
- Asset->/section-collection-list.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.collection-list .collection-list__item {
width: calc(50% - 3rem);
}
}
2 Likes
Thank you so much! Its amazing
I really appreciate your help.
1 Like
@brookeatgravel
oh sorry for late here, thanks for update this one
Hi I am having the same issue with my website, products do not stack, so ppl are forced to scroll when on mobile, my website is: www.Haulingcountry.com