Shopify themes, liquid, logos, and UX
As of now, the shopify theme mobile view only shows two collections per row, and you must swipe to see more collections (Collection list). I would like to show three collections per row and then swipe. Would you be able to help me? I am familiar with codes, so you can provide them to me.
Store URL: https://www.ozonzone.com
Solved! Go to the solution
This is an accepted solution.
Hey @Digital_Imran,
Try this
@media only screen and (max-width: 768px) {
.collection-list {
display: flex;
}
.collection-list a {
flex-shrink: 0;
flex-basis: 25%;
}
}
This is an accepted solution.
Hey @Digital_Imran,
Try this
@media only screen and (max-width: 768px) {
.collection-list {
display: flex;
}
.collection-list a {
flex-shrink: 0;
flex-basis: 25%;
}
}
Thank you so much @ThePrimeWeb 🙂
Where do you insert this code?
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024