How to Remove Space between Announcement bar and navigation on Mobile (Dawn Theme)

I have space between my navigation and announcement for some reason on mobile. I Use dawn Theme.

www.sombly.com

Please help me out

Hi  @Sombly  Hope you are doing Well 
please add this at the end of base.css file 

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

If helpful, please Like and Accept Solution.
1 Like

Hi @Sombly

Hope you are doing great. This is Anni from MS Web Designer.
I will be happy to help you with your concern.

Please check and apply this code on edit code > theme.css (last line)

@media only screen and (max-width: 600px) {
 .header {
    padding-top: 0;
 }

If you have any doubt, please feel free to ask.

Best regards

1 Like

I have not tried your solution but thank you very much for your reply!