Using Bootstrap, I have a grid column class=\"col-lg-3\" that I want to place it in position:fixed while the other .col-lg-9 is normal position (scroll-able through the page
Updated for Bootstrap 4
Bootstrap 4 now includes a position-fixed class for this purpose so there is no need for additional CSS...
position-fixed
Fixed content Normal scrollable content
https://www.codeply.com/go/yOF9csaptw