I am trying to get some buttons on my footer to align to the center but for some reason it does not seem to work.
-
In bootstrap you can use .text-centerto align center. also add .row and .col-md-* to your code.
align= is deprecated,
Added .col-xs-* for demo
UPDATE(OCT 2017)
For those who are reading this and want to use the new version of bootstrap (beta version), you can do the above in a simpler way, using Boostrap Flexbox utilities classes