Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1023902
    powrider686
    Participant

    Hello,
    I’d like to make my topper sticky and responsive like the navbar is on my site wasteinc.us.

    How would I do that?

    Thank you!

    #1024185
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    To achieve that, you can add this under Custom > CSS in the Customizer.

    
    .x-topbar {
        position:fixed;
        top:0;
        width:100%;
    }
    
    .x-logobar {
        margin-top: 65px;
    }
    
    .x-navbar.x-navbar-fixed-top {
       top:65px;
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1023902 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>