How to center a row (12 column) in Bootstrap 3 ? I do not want to use the offset
offset
I am using this way but not worked.
you can use grid system without adding empty columns
<div class="col-xs-2 center-block" style="float:none"> ... </div>
change col-xs-2 to suit your layout.
check preview: http://jsfiddle.net/rashivkp/h4869dja/