How to decrease menu/nav height in Dawn theme

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