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,
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?
Could you share your store URL?
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 ![]()
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 ![]()
You are most welcome
!