Home › Forums › Onehost – One Page WordPress Hosting Theme + WHMCS › Navigation Menu › Reply To: Navigation Menu
April 24, 2015 at 1:51 am
#86
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.