I was having a issue where the main navigation even if shrunk down would cover some content i didn't want it to cover. So I decided I needed the main menu to stay at the top of the page when I scrolled down so it didn't show at the top of the content when I was at the bottom of the page for example.
So I Googled this and found you suggesting this code from a a year back:
#header-outer { position: absolute !important; }
I used that code and It did work, it made the menu stay at the top when i was scrolling down..
The problem I have is now I have no main menu showing on Mobile version of the website.
Is there a easier was to make it so the menu just stays at the top and hideen when i Scroll down the page?
Or can you give me a fix to show the menu again on mobile version.
Hi,
I was having a issue where the main navigation even if shrunk down would cover some content i didn't want it to cover. So I decided I needed the main menu to stay at the top of the page when I scrolled down so it didn't show at the top of the content when I was at the bottom of the page for example.
So I Googled this and found you suggesting this code from a a year back:
#header-outer {
position: absolute !important;
}
I used that code and It did work, it made the menu stay at the top when i was scrolling down..
The problem I have is now I have no main menu showing on Mobile version of the website.
Is there a easier was to make it so the menu just stays at the top and hideen when i Scroll down the page?
Or can you give me a fix to show the menu again on mobile version.
Many thanks
Hey ,
Thanks
ThemeNectar Support Team
Hi, Thank you for your reply.
I have added that and there are no crosses but it hasn\'t fixed it , please see screen shot to show the css file:
Thank you
Hey Again,
Remove this : http://prntscr.com/7nx6yp .
Thanks
ThemeNectar Support Team
Thank you so much ! :) All is good now :D