Premium WordPress Themes, Templates & Plugins Support WordPress Theme Support Cosmos White Space on top in menu in mobile (portrait) and header set to flat. Reply To: White Space on top in menu in mobile (portrait) and header set to flat.

#8898
ThemeofWP
Keymaster

Hey There,
I’m glad it works for you!

Just use another site this too in the Appearance> Theme Options > Custom CSS tab:

@media(max-width:767px) {

body {
padding-top: 250px;
}
}