Reply To: Navigation Menu

#86
Theme Alien
Member

Hello,

Please insert the code below to the Custom CSS editor:
@media only screen and ( max-width: 782px ) {
.admin-bar.page-template-one-page-php .site-header { top: 46px;}
}
@media only screen and ( max-width: 600px ) {
.admin-bar.page-template-one-page-php .site-header { top: 0;}
}

Thanks.