Hello,
To remove the white bar, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS
@media screen and (max-width: 900px){
#masthead{
display: none;
}
}
Hope this helps.
If you have any queries further, let us know.