Cart Product Image Size Too Large

melaina
Excursionist
12 0 3

Hi! Pretty new to Shopify and in the process of building out my website. 

I noticed when I added multiple items to the cart (desktop) the product images are taking up too much room.

Is there a way to constrain the width/height of the product image and it will scale to the appropriate size? Ideally, a thumbnail size would be best. I don't want to cart length too long.

I'd love to make checking out for our customers as easy and as little scrolling as possible. 

Any help would be greatly appreciated!

melaina_0-1625698091854.png

 

Replies 9 (9)

KetanKumar
Shopify Partner
36845 3636 11978

@melaina 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Kinjaldavra
Shopify Partner
2302 570 1423

hello @melaina 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

melaina
Excursionist
12 0 3

Hi @Kinjaldavra

 

My store isn't live yet so I will send you the password. 

lustrewear.myshopify.com

Thanks! 

Mel

LitExtension
Shopify Partner
4860 1001 1135

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Asset > theme.scss.liquid and paste this at the bottom of the file:
@media screen and (min-width: 769px){
.cart-product-image {
width: 30% !important;
}
}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Kinjaldavra
Shopify Partner
2302 570 1423

hello @melaina 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media screen and (min-width: 769px){
.template-cart .cart-product-image {
width: 30% !important;
}
}

 

Frankor
Shopify Partner
1 0 0

In the Shopify version "Dawn" that I recently uploaded there is no file called “theme.css” to insert this code. I tried to insert it in "base.css", but nothing changed. Would you let me know where this code should be inserted in this version?

melaina
Excursionist
12 0 3

Hi @KetanKumar 

Thank you so much for your offer, I feel bad though as you are already offering to help with another issue on a different thread. 

lustrewear.myshopify.com

I sent you the password in a private message. 

Thanks!

Melaina

KetanKumar
Shopify Partner
36845 3636 11978

@melaina 

i can see proper image please add this top 2 checkout one hide

.grid--full.cart-header.medium-down--hide.js-cart-hide-on-empty {
    display: none;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

LitExtension
Shopify Partner
4860 1001 1135

Please send your site and if your site is password protected, please send me the password. I will check it for you

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify