Home Forums WoodMart support forum Mobile Cart Thumbnail Cut

Mobile Cart Thumbnail Cut

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #46803

    tayyib
    Participant

    Hi,

    In Customiser > Thumbnail cropping is set to 275px x 504px. This is the correct size i wish to keep for my shop page for desktop.

    On mobile, in the shopping cart, thumbnails are being cut off and not displaying in full.

    How can i display full thumbnails in mobile version of cart?

    Thanks

    #46832

    Artem Temos
    Keymaster

    Hello,

    We tested your website but didn’t see any issues with thumbnails images. Could you please provide us some screenshots?

    Thank you

    #46901

    tayyib
    Participant

    I have attached the desktop version displaying the models full body image an the mobile thumbnail showing a cut version.

    #46954

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the custom CSS for mobile devices in Theme Settings.

    .group_table tr, .wishlist_table tr, .woocommerce-cart-form__contents tr {
        min-height: 208px!important;
    }
    
    .group_table td.product-thumbnail, .wishlist_table td.product-thumbnail, .woocommerce-cart-form__contents td.product-thumbnail {
        max-height: 200px!important;
    }

    Kind Regards
    XTemos Studio

    #47077

    tayyib
    Participant

    Thank you very much it worked. Please close thread.

    Great Support!

    #47099

    You are always welcome. If you have any questions, please feel free to contact us.

    Best Regards

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

The topic ‘Mobile Cart Thumbnail Cut’ is closed to new replies.