Product images in cart on smartphones

Is it possible to show product images in cart on smartphones?

Comments

  • Hello,

    Please use the following CSS code:

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

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.