Hello,
by default I don’t see the thumbnails of the products in the cart in the mobile view:
If I try to insert this css:
@media (max-width: 767px) {
.woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
display: block;
}
}
I see them but in a somewhat bizarre way (dots on the left, etc.):
Is there any way to optimize this view?
Thank you very much

