So I am using some custom CSS that I found through the old Forums to allow a Logo in the center of a stacked menu. But after doing this, I cannot get my nav bar to stay fixed at the top even though its set that way in the Customizer. Any help is appreciated.
Hi,
It seems to be fixed on my end.
See Video - https://www.screencast.com/t/5ZR1u4WbH
Try to clear your browser cache and check again.
Thanks
The screencast shows the exact problem. The menu is moving along as you are scrolling. I don’t want that. I want it to stay at the top so that when i scroll down i can’t see it anymore.
Maybe I didnt communicate correctly. I dont want the menu to move down as I scroll. I want to be able to scroll past it.
Hi There,
You mean a Static Top navigate to Theme Options > Header > Navbar Position and set to Static Top. But it seems your real issue here is your Theme Options/Customizer not saving. But its weird when I added the custom CSS quick fix below it save but not the Navbar Position.
Please do testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
If you need a quick fix:
/*temporary fix*/
.x-navbar.x-navbar-fixed-top {
top: 0;
position: relative;
}
Thanks,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.