Home Forums Pro Themes Clean Commerce Pro Show product images in cart on mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82663
    Adam Harris
    Participant

    Hi,

    How can i add product images to be shown on the cart page for mobile devices?

    Thanks

    #82708
    wensolutions
    Keymaster

    Hello @adamharrisuk,

    To display the product image in the table even in the mobile version please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 767px){
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    }

    Hope this helps.

    let us know if you have any confusion further.

    Thank you.

    Regards!!

    #82733
    Adam Harris
    Participant

    That’s perfect! Thank you.

    #82735
    wensolutions
    Keymaster

    Hello @adamharrisuk,

    Glad we could help you.

    Let us know if you have any confusion further.

    Thank you.

    Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.