Mobile Cart Thumbnail Cut
-
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
Hello,
We tested your website but didn’t see any issues with thumbnails images. Could you please provide us some screenshots?
Thank you
I have attached the desktop version displaying the models full body image an the mobile thumbnail showing a cut version.
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
Thank you very much it worked. Please close thread.
Great Support!
You are always welcome. If you have any questions, please feel free to contact us.
Best Regards
The topic ‘Mobile Cart Thumbnail Cut’ is closed to new replies.