I’m using the dawn theme. When I press the view cart button in the mobile layout, the images are cor.
The photos get longer and their quality deteriorates. Can we keep this as a still image?
I’m using the dawn theme. When I press the view cart button in the mobile layout, the images are cor.
The photos get longer and their quality deteriorates. Can we keep this as a still image?
Hi @orcintre ,
Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.
Best regards.
My store is active now. https://orcintre.com.tr/
Hello @orcintre ,
Greetings!!
<style>
#cart .cart-items .cart-item {
align-items: start;
}
</style>
I hope it will help you
Hi @orcintre ,
You can try follow the instruction below:
.cart-item__image {
object-fit: contain !important;
}
{{ 'custom.css' | asset_url | stylesheet_tag }}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hello @orcintre
You can try to follow the steps for the remove white parts of the photo
Go to Online Store → Theme → Edit code.
Asset ->custom.css Paste this code
#cart .cart-items .cart-item {
align-items: center;
}