-
AuthorPosts
-
November 5, 2015 at 8:18 am #653709
Hey Guys,
I currently have my navigation menu set to fixed top but I would also like to have the header that is above my menu fixed to while I scroll down.
Here is the URL. I would like to has this work on all menus. Thanks!
http://www.associationnation.org/wordpress-4.3.1/wordpress/buyer-before-we-start/
Thanks!
November 5, 2015 at 10:12 am #653865Hi there,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer..x-logobar { position: fixed; top: 0; width: 100%; left: 0; } .x-navbar { left: 0; position: fixed; right: 0; top: 120px; width: 100%; }
Hope this helps.
Cheers!
November 5, 2015 at 10:40 am #653901Almost there… when I’m in cornerstone making edits everything works perfect. When I view the site not logged into wordpress the navbar jumps on top of logobar (The logo bar does stay static however)
Here’s the URL for clarity – http://www.associationnation.org/wordpress-4.3.1/wordpress/buyer-before-we-start/
Thanks again!
November 5, 2015 at 1:36 pm #654155Hi there,
I have checked on the link you provided and I can’t see to see the issue you are describing. See screenshot attached. Can you confirm on this please if you’re still having any issue with the header area. Thank you.
November 5, 2015 at 1:40 pm #654161Yup no problem here you are!
November 5, 2015 at 6:27 pm #654477Hello There,
Thanks you for the screenshot.
Please find this code on your Cornerstone > Custom CSS:
.entry-wrap{padding:0px;margin-top:50px;}
Replace with this:
.entry-wrap{padding:0px;margin-top:140px;}
Hope this helps.
November 6, 2015 at 9:38 am #655270Sorry but the same thing is occurring as the navbar jumps on top of the header. Any other suggestions?
November 6, 2015 at 9:40 am #655273It’s worth mentioning again that when im in corner stone it works properly but as soon as i leave the cornerstone “mode” the error occurs.
November 6, 2015 at 1:03 pm #655470Hi again,
I’ve tested your site in all major browsers and it’s working just fine, may be it could be due to the WordPress admin bar, can you please provide us with login credentials in a private reply so we can take a closer look?
Also Let us know about your testing environment too.
Thanks!
-
AuthorPosts