On mobile devices I am only seeing 1 product per row. I’d like to have at least 2 per row if not 3.
I tried this from an earlier thread I read here but it didn’t seem to help:
@media (max-width: 480px) {
.woocommerce .cols-2 li.product, .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-2 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
width: 48%;
}
}
Any suggestions?
Thanks!