How can I fix Bootstrap col.
I tried like this but it is not working:
<div class="row">
<div class="col-md-6">Content goes here...</div>
<div class="col-md-6" style=" position: fixed">Content goes here...</div>
</div>
fixed
position makes col as absolute position.
And how can I disable a fixed position, when the page is scrolled down from top 400px.