Re: My custom cart icon is not sizing properly on desktop.

My custom cart icon is not sizing properly on desktop.

AbbyLocke1990
New Member
10 0 0

I have uploaded a custom cart icon to my site, but for whatever reason it is squished on desktop view. 

 

I have the below code pasted in both icon-cart.liquid and icon-cart-empty.liquid

 

<img src="https://cdn.shopify.com/s/files/1/0867/8319/7489/files/Untitled-12-01.png?v=1713755864" alt="cart">

 

is there a way I can set the size manually?

Thanks!

Screen Shot 2024-05-01 at 3.33.03 pm.png

Screen Shot 2024-05-01 at 3.32.58 pm.png

  

Replies 8 (8)

Liquid_xPert_SJ
Shopify Partner
1322 140 199

@AbbyLocke1990 

please share the store url

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.
AbbyLocke1990
New Member
10 0 0
AbbyLocke1990
New Member
10 0 0

https://community.shopify.com/c/shopify-design/custom-cart-icon-search-icon-menu-icon/m-p/2554408#M6...

 

this is my new question... can you help with this instead possibly? thankyou!

sahilsharma9515
Shopify Partner
1266 165 244

Hi @AbbyLocke1990 

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

 

Best regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


AbbyLocke1990
New Member
10 0 0

https://thetinystudiobyabbylocke.com/ (if asks for password, it is 'may')

sahilsharma9515
Shopify Partner
1266 165 244

Hi @AbbyLocke1990 Please add the code in your theme.css/base.css/style.css file which is available in your theme.

 

@media only screen and (max-width: 600px) {
header .header__icon.header__icon--cart img {
    width: 50px !important; //change the number according to your requirement.
    height: 60px !important; //change the number according to your requirement.
}
}

 

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

sahilsharma9515_0-1714625287530.png

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


AbbyLocke1990
New Member
10 0 0

Hello Sahil,

Thanks so much for your help!

Did you possibly see my above link?

Would you be able to help me with the following?

https://community.shopify.com/c/shopify-design/custom-cart-icon-search-icon-menu-icon/m-p/2554408#M6...

Thanks!