
A little code change can do it for now! But it might be worth making an actual option. Here’s the workaround code to be added to the end of the index.css file:
@media (max-width: 45em) {
.collection__products {
grid-template-columns: repeat(2, 1fr);
}
}


yes please!!!!




This is all done folks. Upgrade to the latest version and you’re all set. The version number is 2.5.0.