can someone tell me how To Decrease The Height Of The Site Header In Dawn Theme?
Hi @hala99
Can you please share store URL?
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!
