Shopify Dawn - Collection List Image Size And Number Of Blocks On A Row

https://www.buildors.co.il

In the bottom of the homepage I have a brand list.

I want it to be eight in a row on my computer.

And 4 in a raw on Mobile.

I already tried @KetanKumar solution here.

Nothing happened…

Thanks for helping!

1 Like

@joni12345

oh sorry for that

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-collection-list.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
.collection-list.grid--3-col-tablet .grid__item {
    max-width: 25%;
}
}

Hello and thank you for your answer!

It’s worked but in the mobile view it’s still huge, how can I make it to rows of four ?

Thanks again!!!

@KetanKumar