Not sure if this will work for you but I fixed the length of my site’s sidebar by going to the custom.css. Once on the page, I scrolled down to containers, then #main underneath. Your sheet may have something like this (disregard the numeric values):
#main{width:630px; padding:30px 0; height: 2200px; }
Adjust the value for height or add height if it’s not included. Once you increase the height, your sidebar and its contents will be visable on all post pages no matter the length of your post page’s content.
I am using a WooTheme template.