Sidebar scroll with content

I’m using icon stack…I would like my sidebar to scroll with my content.

I created a custom sidebar, but I can’t see the image I added at the bottom unless I make it scrollable.
http://www.thehelpfulcounselor.com/school-counseling-needs-assessment/


I’m also having an issue getting my old comments to display. They appear on the backend, but not under the post. :frowning:

Hi There,

Please try adding this custom CSS to add scroll bar on sidebar:

@media (min-width: 981px){

   .x-sidebar {
       height: 100% !important;
       overflow-y: scroll !important;
    }
    .nano .nano-content{
        height: auto !important;
        overflow: visible;
    }
  }

For the comments, please make sure that if Automatically close comments on articles older than x days is disabled if you always want comments to display.

Hope this helps.

Thanks for this, but I tried it and the this doesn’t make the sidebar scroll along with the main content area, it creates a separate scrollbar. I’d be hugely grateful if I could get my site at http://elisabethparker.com to have a scroll bar that scrolls with the content (right now I have the sidebars disabled.). Please let me know if you figure something out. Thanks again.

Hi,

I’m sorry but this will require more than just css codes.

It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

One other option you have is to change your stack to Integrity rather than icon.

Thanks for understanding. Take care!