Hello,
Could you please try this CSS code?
@media only screen and (max-device-width: 480px) {
#header {
margin-bottom: 0;
height: 10px;
}
}
You can add this in a Child Theme style.css file or you can use a custom CSS plugin.
Please let me know if it works.
Thanks,
Alex