Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello!
Can someone help me figure out the code to show 2 per row for my collection list on the mobile version? It's the 2nd section on the page with the brown circles.
URL: https://highvibecollections.com
Password: chawtu
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @highvibecollect ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-collection-list.min.css->paste below code at the bottom of the file:
@media screen and (max-width: 767px) {
.collection-grid .indiv-collection-grid-homepage {
width: 50%;
}
}
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @highvibecollect ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-collection-list.min.css->paste below code at the bottom of the file:
@media screen and (max-width: 767px) {
.collection-grid .indiv-collection-grid-homepage {
width: 50%;
}
}
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
You're the BEST! Thank you so much!
Hi Richard, is there a way to do this in shopify 2.0? by section please? thank you!