Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085742
    handlettereddesign
    Participant

    I am building out the sidebar on my blog page. I’d like for the behavior of the sidebar to match the page, i.e. if the user scrolls down the page of posts the sidebar scrolls with it.

    Is this possible? Forum searches seem to indicate that sidebar is really just a fixed navbar that must be scrolled separately from the page scrolling.

    #1086280
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    @media (min-width: 1200px) {
    body .x-sidebar {
        position: absolute;
        height: auto;
        min-height: 100%;
    }
    body .x-sidebar .nano .nano-content {
       position:relative;
    }
    }
    

    Hope that helps.

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