I need to limit responsivenes of my bootstrap project.
lets say we have following element
<div class="col-sm-12 col-md-6 col-lg-4">column</div>
I need bootstrap to do not resize webstie on .col-sm (website should be resized only on col-lg-4 - show div in 4 columns, and col-md-6 - show div in 6 columns, but than during making more small screen, webiste should stay in the same size and do not any more resize) - it should be scrollable.