How to center buttons in Twitter Bootstrap 3?

后端 未结 14 1357
南笙
南笙 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条回答
  •  -上瘾入骨i
    2020-11-30 18:13

    It works for me try to make an independent

    then put the button into that. just like this :

    Then Go to to your CSSStyle page and do the Text-align:center like this :

    #contactBtn{text-align: center;}
    

提交回复
热议问题