Hi all!
Can’t figure out how to keep my collestions list from switching to 1 column on tablet size. I have Enable Swipe on Mobile turned on with 1 Column selected, but I don’t want it to resize unil the mobile size.
Tried this code but it didn’t work:
@media screen and (max-width: 990px) {
.grid–1-col .grid__item {
width: 33% !important;
max-width: 33% !important;
}
}
Thank you!

