FIx Gap on mobile menu area?
What can I do to fix this huge gap caused by the schedule appt button on mobile browser?
I am using the plain menu which looks good on desktop and tablet but does this on all pages of mobile
Comments
i think you can solve this problem by editing your CSS.
Copy&paste this code to Design > BeTheme Options > Custom CSS & JS > CSS:
body:not(.template-slider):not(.header-simple) #Header {
min-height: 190px;
background-position: center 202px;
}
@muffin: correct me, if i'm wrong ;-)