Okay
  Public Ticket #3057165
Product thumbnails are not visible in mobile cart view
Closed

Comments

  • Peter started the conversation

    Hello,

    We have a problem with  product thumbnails. These images are properly displayed in desktop cart view, but in the mobile view thumbnails  are not displayed - please take a look on attachment. 

    We can not find any option in wordpress admin panel to turn mobile display on/off. 

    Could you help us with that issue?

    Attached files:  mobile-view.jpg

  •  867
    Neuron replied

    Hi Peter,

    Can you please add the following code at Elementor Site Settings > Custom CSS, or at Appearance > Customize > Additional CSS.

    @media (max-width: 720px) {
        .woocommerce-page table.cart .product-thumbnail {
            display: block !important;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards