How To Decrease The Height Of The Site Header In Dawn Theme

can someone tell me how To Decrease The Height Of The Site Header In Dawn Theme?

Hi @hala99

Can you please share store URL?

sure

https://soakyskincare.com/

@hala99

You have crop the logo image,

Then it will be resolved

Hello @hala99

You can try this code: it will be helpful to you

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

.header:not(.header--middle-left) .header__inline-menu {
    margin-top: -20px !important;
}

thank you! it worked

thank you!