Dawn Theme: How to Remove the padding in Header

@almapiedra ,

Please add the below CSS code to at the end of your base.css file.

@media(min-width:990px){
body .header{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
1 Like