Code to show 2 collections per row on mobile?

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!

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

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!