Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Add option for two-column collection page, on mobile#7

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);
    }
}
5 years ago
Changed the status to
[Deleted status]
5 years ago

yes please!!!!

4 years ago
Changed the title from "Add option for two-column collection sections and page, on mobile" to "Add option for two-column collection page, on mobile"
4 years ago
Changed the status to
In Progress
4 years ago
Changed the status to
Completed
4 years ago

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

4 years ago