This topic is: not a support question
-
Hello,
I would like to use a personnnal CSS for the woocommerce table cart for mobile and tablet as I don’t like how it’s display.
However, i don’t have any control, how to force it.
For exemple I add this, in my custom CSS :
@media screen and (max-width: 768px)
{
.woocommerce-cart-form__cart-item .cart_item {margin-bottom:50px!important;}
}But it didn’t work, it keep your CSS.
Thank you for your help,