This code works as intended. Thanks Radu!
COPY CODE
@media (max-width: 1199px) and (min-width: 992px) {
.responsive-cols.kleo-masonry.dailybites article {
width: auto !important;
}
}
Interestingly, this code gets the same result but I’m sure it’s not the right way to do it.
`@media (max-width: 1199px) and (min-width: 992px) {
.responsive-cols.kleo-masonry.dailybites {
width: 300% !important;
}
}