Change Thumbnail image in cart
-
Dear support,
the cart thumbnails are cropped to a specific aspect ratio and I can’t find a way to customize it. Is this hardcoded to Woodmart or is there some setting?
I would like to show uncropped images. Please suggest how this can be done in Woodmart theme.
Many thanks in advance!
Attachments:
You must be
logged in to view attached files.
I want to add I’m referring to MOBILE version.
Hello,
Sorry to say but as you know there is less margin available for the Mobile view screens which is why the Product Images under the Cart are set to a minimum size to make them look good and appear fine.
So, if you specifically want a larger uncropped Image here with content adjusted for the Mobile view then you can try out the following Custom CSS on your Site which can be pasted under the Dashboard > Theme Settings > Custom CSS > Custom CSS for mobile:
.woocommerce-mini-cart>li {
display: block !important;
}
.product_list_widget>li img {
max-width: 100% !important;
}
Hope this works out for you like you want.
Best Regards.