4 Columns Each Row in Collection list (Mobile Version Envy Theme)

hi, i need to set the collection list from ‘1 column per row’ to ‘4 columns per row’ just in mobile version.

anyone can help me?

@JK25

Please share your store URL!

Thanks!

onlylens.co

1 Like

@JK25

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-collection-list.min ->paste below code at the bottom of the file.
.collection-grid .row {
    flex-wrap: nowrap;
    overflow: scroll;
}
1 Like

okay thanks.

1 Like

Is it possible to add more 2 collections inside the collection list become 8 collections, currently the maximum collection in the collection list is 8. And let the mobile version collection list become 4 collection per row. become 4x4.

1 Like

@JK25

its my pleasure to help us

1 Like

@JK25

yes, please add more collection in theme customization collection list section

1 Like