How to center buttons in Twitter Bootstrap 3?

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

    I tried the following code and it worked for me.

    
    

    The button control is in a div and using center-block class of bootstrap helped me to align the button to the center of div

    Check the link where you will find the center-block class

    http://getbootstrap.com/css/#helper-classes-center

提交回复
热议问题