If you cannot put 1 column, you can simply put 2 column in the middle...
(I am just combining answers)
For Bootstrap 3
5 columns left
2 column middle
5 columns right
Even, you can text centered column by adding this to style:
.col-centered{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
Additionally, there is another solution here