What's your biggest current challenge? Have your say in Community Polls along the right column.

Cart icon so tiny!

Solved

Cart icon so tiny!

back2natureheal
Excursionist
22 0 5

My cart icon within my header is tiny! How do I make it bigger?

back2natureheal_0-1731242762809.png

 

Accepted Solution (1)

devcoders
Shopify Partner
564 80 142

This is an accepted solution.

Hello @back2natureheal 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css
Add the provided code at the end of the file.

 

.header__icon span {
min-width: 45px;
}

 

devcoders_0-1731243447406.png

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 4 (4)

Markit-Themes
Shopify Partner
296 62 50

Hi Back2natureheal,

 

Here is css code for that:

.header__icon span {
min-width: 40px;
}

 

You can add this code in the live editor -> settings -> custom css.

 

1.png

 

Regards,

Markit-Themes

I am available for freelance work | Chat on WhatsApp.

devcoders
Shopify Partner
564 80 142

This is an accepted solution.

Hello @back2natureheal 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css
Add the provided code at the end of the file.

 

.header__icon span {
min-width: 45px;
}

 

devcoders_0-1731243447406.png

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
back2natureheal
Excursionist
22 0 5

This worked! Thank you so much!

devcoders
Shopify Partner
564 80 142

Hello @back2natureheal 

You're very welcome! I'm thrilled to hear that you're pleased with the outcome. Don't hesitate to reach out if you need further assistance.


like and accepting the All solution. Thank you!

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!