How to center buttons in Twitter Bootstrap 3?

后端 未结 14 1390
南笙
南笙 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:20

    I had this problem. I used

    On my div containing a few h3 lines, a couple h4 lines and a Bootstrap button. Everything besides the button jumped to the center after I used text-center so I went into my CSS sheet overriding Bootstrap and gave the button a

    margin: auto;
    

    which seems to have solved the problem.

提交回复
热议问题