How can I improve my mobile header logo display?

Hi there, my shop logo on my header looks horrible and c ant seem to reduce the font only in my mobile view. Does any one have any tips?

Hi, @Cambridge15

please share your store URL

1 Like

www.harmonylaneboutique.com Thank you!

See how it wraps like that? Id like to shrink the text but I font know how. Im new to shopify and I am an Analyst by trade so I am at a novice level

@media (max-width: 460px){
         .header__heading-link .h2 {
             font-size: 20px;
      }
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid

1 Like

Let me give it a whirl! Stand by :grinning_face_with_smiling_eyes: :grin:

I know that the Business Name is the Header Text therefore I am unable to add liquid in my Store Name in Settings, and when I am on the header page I see nothing to add code

OMG I am so sorry I did not see where you put in there where to go. Please excuse me. let me try again

I think Im close but no cigar

I added the code and its still funky on the mobile site.

Im not doing something right, Thank you for trying to help me, I really do appreciate it very much.