How can I change the number of products to be dislpayed in mobile view to only ONE product per row? Now it’s two.
I’m using atlantic theme and my url is www.sandranobreart.com.
Please please help! ![]()
How can I change the number of products to be dislpayed in mobile view to only ONE product per row? Now it’s two.
I’m using atlantic theme and my url is www.sandranobreart.com.
Please please help! ![]()
Hello @sandranobre ,
@media (max-width: 940px){
.template-collection .product-list.row-of-3 .product {
width: 100% !important;
}
}
Thanks
Works! Super super THANK YOU!
So after some changes in the design, I am back to where the products show 2 in a row instead of 1 (in mobile view). How come? How to get back on 1 product per row in mobile view?
HUGE THANKS!
.template-collection .product-list .product {
width: 100% !important;
}
Hi Guleria,
I’m facing the same issue, but with OS 2.0 (Dawn 2.4.0). How can I get there only 1 product in mobile view?
Thanks,
Gee Are