Hi all,
I’m struggling with the mobile view of the main collection: it try to fit 4 columns in a page, so the general view is massy and stupid. Is it possible to change the number of columns to 2 in mobile version but to keep it 4 for desktop?
Thanks in advance and kind regards,
Olga MyLittleBunny
www.mylittlebunny.nl
Hi @Olga_MLB
Please follow these steps:
- Go to Themes => Edit code

- Find the file base.css and add the following code:
@media screen and (max-width: 749px) {
.grid__item {
width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
}
We hope that this can help you.
Hello @BSS-Commerce ,
Unfortunately, this solution didn’t work =(
Regards,
Olga