Hey, how to remove the white space on mobile view on top of the site here https://www.gopala.com/
I tried this code to remove it, but it works only on desktop , not on mobile devices
@media screen and (max-width: 600px)
<style>
.sfm-mob-nav {
margin-top: 0px !important;
}
Also having an issue of the fixed mobile navbar not showing up correctly on tablet size, it disappears and shows a dark green button on the topbar instead.