Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want to change from 1 to 2 products per row On mobile version
Debutify theme.
https://baricexpress.myshopify.com
Solved! Go to the solution
This is an accepted solution.
Hi @Leon_baric
Do you want like this?
If yes, please add the CSS below to your theme
@media (max-width: 767px) {
#FeaturedCollections-template--17064001339691__71b78e2c-5f27-4205-bcf3-bda7995c668b .grid__item {
width: 50% !important;
}
}
This is an accepted solution.
Hi @Leon_baric
Do you want like this?
If yes, please add the CSS below to your theme
@media (max-width: 767px) {
#FeaturedCollections-template--17064001339691__71b78e2c-5f27-4205-bcf3-bda7995c668b .grid__item {
width: 50% !important;
}
}
Its working, thank you ❤️
You are welcome