This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
im getting a slight jumping glich the moment the fixed navigation bar is activated as you scroll down the page. It activates a jump further down the page of around 50 px ( it doesn’t seem to happen on the home page ).
I wanted to know as a quick work around if i was able to turn the fixed nav bar off on certain pages or just have fixed navigation appear on the home page ?
Thanks,
Nathan
Hello,
To disable the fixed header on all pages except the Home, add the next custom CSS code –
body:not(.home) .fixed-active .main-header {
display: none;
}
Regards
that does hide the menu, but the jump don the page still occurs when the header would normally appear ?
Hello,
Please provide temporary wp-admin access, so we can take a closer look.
Regards
You must be logged in to reply to this topic.Log in/Sign up