How to decrease menu/nav height in Dawn theme

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.

  1. Go to Online Store->Theme-> Edit code

  2. 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!

1 Like