Home Forums WoodMart support forum Woocommerce thumbnails cropped on mobile in shopping cart

Woocommerce thumbnails cropped on mobile in shopping cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98703

    Adrenaline22
    Participant

    as the title says. on mobile viewport the thumbnails of the products in the shopping cart are cropped.

    Attachments:
    You must be logged in to view attached files.
    #98741

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings for mobile devices to fix this issue.

    body .woocommerce-cart-form__contents td.product-thumbnail img {
    	  max-width: 65px;
        min-width: 65px;
    }

    Regards

    #98836

    Adrenaline22
    Participant

    it’s ok now. thanks

    #98846

    Eric Watson
    Participant

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)