HI! I’m looking to be able to make the collection list at the top of my homepage show 4 across instead of 3.
I tried this but didn’t seem to work.
@media screen and (min-width: 990px){ .collection .grid–quarter-max.grid–4-col-desktop .grid__item { max-width: 25%!important; } }
Site is https://office-furniture-today.myshopify.com/
PW: AOF2021
@angelaewingard
yes, please try this code
- Go to Online Store->Theme->Edit code
- 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%;
}
}
Thank you!!! Ok last question, any ideas how I can reduce the amount of white space between the nav bar and the collection blog on the home page?
Hi there! So we deactivated a few rows since those products aren’t live yet. When we had 12 items and 4 rows, this worked but now that we have only 1 row its no longer working?
@angelaewingard
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/section-collection-list.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
.collection-list .grid__item {
width: 25%;
}
}