Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #653709

    mcveys34
    Participant

    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!

    #653865

    Rupok
    Member

    Hi 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!

    #653901

    mcveys34
    Participant

    Almost 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!

    #654155

    Jade
    Moderator

    Hi 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.

    #654161

    mcveys34
    Participant

    Yup no problem here you are!

    #654477

    Lely
    Moderator

    Hello 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.

    #655270

    mcveys34
    Participant

    Sorry but the same thing is occurring as the navbar jumps on top of the header. Any other suggestions?

    #655273

    mcveys34
    Participant

    It’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.

    #655470

    Nabeel A
    Moderator

    Hi 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!