/* Big box */
#page {
width: auto;
}
/* Left column */
.site:before {
position: fixed;
left: 0;
}
/* Central box */
#content {
width: auto;
}
If I put position: fixed; in the Central box, this stops, but in the Left column it does not stop.
I want to do as Facebook, the left column scrolls and then stops up.
For this you have to use this Sticky JS If you are a developer you can easily add those JS into our theme by creating child theme otherwise you will have to hire a developer for this.