Hi. How can i have 4 collections and cut a little bit of the last one in collection list ( mobile view). currently it can only show 2 collections on the same row on mobile or multiple collections via swipe on mobile.
I’ve tried this code - @media only screen and (max-width: 767px) {
.collection-list__item.grid__item { width: 20% !important; }
.full-unstyled-link{ font-size: 11px !important;}
}
but didn’t work.
currently-
what I would like to have-

