Why does my store logo shrink on mobile view?

Hi,

My store logo shrinks to a tiny size when viewing on mobile version. It looks fine on web version - I have attached screenshots below.

any ideas on how to fix this please?

Hi @paigekiaraaa

Could you share your store URL?

Hi,

https://portaprints.com.au/

password is pk

Please add this code at the bottom of your theme.scss.liquid file in your Online store > Themes > Edit code > Assets to solve the issue

.site-header__logo img { min-width: 77px; }

Hello @paigekiaraaa :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file style.css and add this code at the bottom

.site-header__logo-image img {
    width: 155px;
}

The result

Hope it helps!

thank you so much! this has fixed it :slightly_smiling_face:

You are most welcome :blush: !