How to center a row (12 column) in Bootstrap 3 ?
I do not want to use the offset
I am using this way but not worked.
Why not using the grid system?
The bootstrap grid system consist of 12 columns, so if you use the "Medium" columns it will have a 970px width size.
Then you can divide it to 3 columns (12/3=4) so use 3 divs with "col-md-4" class:
Each one will have 323px max width size. Keep the first and the last empty and use the middle one to get your content centerd:
Centered content.