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

Re: Code to show 2 collections per row on mobile?

Solved

Code to show 2 collections per row on mobile?

highvibecollect
Shopify Partner
11 0 3

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!

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1806

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%;
    }
}

PageFlyRichard_0-1677080577577.png

 

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.

View solution in original post

Replies 3 (3)

PageFly-Richard
Shopify Partner
5011 1120 1806

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%;
    }
}

PageFlyRichard_0-1677080577577.png

 

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.

highvibecollect
Shopify Partner
11 0 3

You're the BEST! Thank you so much!

Stephhrev
Excursionist
38 0 8

Hi Richard, is there a way to do this in shopify 2.0? by section please? thank you! 

 

Stephhrev_0-1738178253579.png