How can I fix Bootstrap col. I tried like this but it is not working
<div class="row">
<div class="col-md-4">Content goes here...</div>
<div class="col-md-4" style="position: fixed" >Fixed Content goes here...</div>
<div class="col-md-4" style="position: fixed">Fixed Content goes here...</div>
</div>