How to center buttons in Twitter Bootstrap 3?

后端 未结 14 1382
南笙
南笙 2020-11-30 17:36

I am building a form in Twitter Bootstrap but I\'m having issues with centering the button below the input in the form. I have already tried applying the center-block<

14条回答
  •  野性不改
    2020-11-30 18:06

    or you can give specific offsets to make button position where you want simply with bootstrap grid system,

    this way, also let you specify button size if you set btn-block. sure, this will only work md size range, if you want to set other sizes too, use xs,sm,lg.

提交回复
热议问题