Hi,
I’m trying to figure out how to adjust the alignment of this particular collection list. I want it to be on 2 rows. Each row is filled out with 3 collection items.
I’ve adjusted the collections-per-row on the desktop interface to make them stand on the same row. But it oddly changed itself to this layout on the mobile.
Can any experts here help me solve this problem?
Thanks in advance.
The theme I use is Impulse.
Hello, you can provide url site for me, I’ll check it for you
Thank you
Moeed
July 18, 2023, 7:53am
3
Hey @james_chan
Kindly share your Store URL and Password if enabled
Yes, you can open file theme.css and paste my code at bottom file:
@media (max-width: 768px){
#shopify-section-template –16764078424322__82d95c29-35a1-4338-a2d3-e37d469f2ce3 .small–one-half{width:32%;clear:none;}
}
it will work for you
thank you
@media (max-width: 768px){
#shopify-section-template –16764078424322__82d95c29-35a1-4338-a2d3-e37d469f2ce3 .small–one-half{width:33%;clear:none;}
#shopify-section-template –16764078424322__82d95c29-35a1-4338-a2d3-e37d469f2ce3 .grid {display:flex;flex-wrap: wrap;}
}
or you can use code this
Moeed
July 18, 2023, 10:57am
8
Hey @james_chan
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you so much. It works perfectly!
Moeed
July 20, 2023, 9:50am
10
I’m glad it worked for you. If I managed to help you then I’ll appreciate if you can Like the post as well!
Best Regards,
Moeed