I have space between my navigation and announcement for some reason on mobile. I Use dawn Theme.
Please help me out
I have space between my navigation and announcement for some reason on mobile. I Use dawn Theme.
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.
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
I have not tried your solution but thank you very much for your reply!