Hi,
I have the venue theme and my store is planb-apparel.com. In the theme setting I have set to show 4 products per row for all collections pages. Unfortunately it shows only 3 products per row no matter what I try. I cannot figure out what is the problem! Any help will be appreciated.
Thanks,
Zlati
Hi @zlati84,
I checked and it shows 4 products for desktop, only 3 when you view it on tablet or in customize.
If you still want it to show 4 on tablet, please go to Customize > Theme settings > Custom CSS and add code:
@media (min-width: 47.9375em) {
.collection__cards .o-layout__item {
width: 25% !important;
}
}
thanks that worked like a charm 
1 Like