How can I reduce the header size in the Dawn theme?

Hello, I want to decrease the white space in the header. I have tried almost all the solved questions for this issue but can’t find a solution to this. Want to remove this highlited space.

Storelink: https://zamourstore.com/

pass: aimhigher

have tried adding this to Asset>base.css but didnt work.

@media screen and (min-width: 990px){ .header__heading-logo {width: 40% !important;} .header {padding-top: 0rem !important;padding-bottom: 0rem !important;} }

@sahib_g you can try to add this code to bottom of the file base.css

@media screen and (min-width: 990px){
.header {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
}

Hey Michael

Thanks for the solution.

It didnt work at first, then we tried it on a fresh downloaded dawn theme and it worked.

There must be some issue with our theme copy.

Thanks again