Is it possible to show product images in cart on smartphones?
Hello,
Please use the following CSS code:
@media only screen and (max-width:767px){ .woocommerce-page table.cart .product-thumbnail{ display: block!important; } }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Comments
Hello,
Please use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards