I would like to make the menu height on desktop smaller in the Dawn theme.
any help would be great.
thank you
I would like to make the menu height on desktop smaller in the Dawn theme.
any help would be great.
thank you
Found a solution someone had posted already.
Go to Online Store->Theme-> Edit code
Asset->/ base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 990px){
.header__heading-logo {width: 40% !important;}
.header {padding-top: 0rem !important;padding-bottom: 0rem !important;}
}
Copy
Thanks!