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!
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!
oh sorry for that
can you try this code
@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!!!