Why are my customized icons too small on the mobile version of Shopify?

merakaiofficial
Tourist
11 0 3

I recently customized the user login icon and shipping cart on my site. It looks great on the desktop version, but now the icon are way too tiny on the mobile version. Help!

 

https://www.merakaiofficial.com/

Replies 2 (2)

KetanKumar
Shopify Partner
36839 3635 11972

@merakaiofficial 

oh sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

@media only screen and (max-width: 749px) {
.site-header__logo-image img {max-width: 100px !important;}
}

 

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
merakaiofficial
Tourist
11 0 3

This did not work

9E74E103-C688-4864-BC88-6C8992114C26.png