Hello,
I set the number of columns on mobile to 2. But it displays 1 column on mobile view. How to solve this issue?
Actual:
Expectation:
A user encountered an issue where their collection list displayed only 1 column on mobile despite setting it to 2 columns. After initial troubleshooting confirmed the problem, a solution was provided involving custom CSS code.
Solution provided:
grid-template-columns: repeat(2, minmax(0, 1fr)) !importantOutcome:
The issue was successfully resolved. The user confirmed the fix worked after implementing the CSS modification.
Hello,
I set the number of columns on mobile to 2. But it displays 1 column on mobile view. How to solve this issue?
Actual:
Expectation:
Hello @Angel_W
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
Website: Ancosti Official Site
You can see it on the homepage.
Thank you.
This is the screenshot of the desktop view.
I modified. Please refresh the page.
Hi @Angel_W ,
Please go to Actions > Edit code > Assets > list-collections.css file and paste this at the bottom of the file:
@media only screen and (max-width: 767px) {
.collection-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
Thank you very much!
Hi @Angel_W ,
If you have any questions, you can contact me directly.
Nice to meet you ![]()