Product card size on tablet
-
the display of cards on the tablet is not optimal.
i’ve tried with
@media(max-width: 1200px){ .archive .product { width: 100% !important; } }
or
@media only screen and (max-width: 768px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 70%; } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Product card size on tablet’ is closed to new replies.