I have this code in pagination
1
1 2
Give this way:
.pagination {text-align: center;}
It works because ul is using inline-block;
ul
inline-block;
Or if you would like to use Bootstrap's class: