As i changed the color of sidebar, it's height is now clearly visible.
How to make sidebar to be spread on the whole height of the site content, even if there is not enough content on the sidebar...
I made it by
.sidebar{
float:left;
margin:0 15px 40px 0;
padding:0 16px 0px 16px;
width:150px;
overflow: hidden;
height:4000px;
but sometimes is to long and sometimes is to short














