Tried that with no luck. Currently my theme-index.min.css contains this:
{% comment %} announcement bar size {% endcomment %}
.notification-bar__message {
padding: 0 !important;
}
{% comment %} announcement bar text size {% endcomment %}
.notification-bar__message{ font-size: 15px}
{% comment %} mobile header logo size {% endcomment %} @media only screen and (max-width: 600px)
{
.site-header__logo .site-header__logo-image img {
width: 50px;
}
}
I tried deleting it all and adding that code, same issue. I then changed some of the px numbers to much smaller, and same distance. Hmmm. Any other suggestions?
Yes! Looks great and works on my Android phone. But I tried from multiple iPhones and it’s spread it. So it looks differently on Android vs iPhone which is weird.