How can I display 4 collections per row on the Dawn theme homepage?

@MikeBaguyo

Please 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--4-items .grid__item {
    width: 25% !important;
}
}
6 Likes