Home Forums Basel support forum Cart customization for mobile Reply To: Cart customization for mobile

#89053

Giulio
Participant

I deleted

@media (max-width: 768px){

But the product image disappeared. Now I have only this:

/* Sfondo prodotti carrello da mobile */

@media (max-width: 768px){
body .woocommerce table.shop_table_responsive tbody td {
   background-color: #ffffff;
}

body .cart-collaterals .cart_totals {
   background-color: #f8f8f8;
   background-image: none;
}

/* Dimensione prodotti carrello mobile */ 

body .woocommerce table.shop_table_responsive .product-thumbnail img {
   max-width: 50%;
   min-width: 50%;
}