Centering Bootstrap input fields

后端 未结 9 1231
执笔经年
执笔经年 2021-01-29 22:12

I am new with this, especially with Bootstrap. I have this code:

9条回答
  •  别那么骄傲
    2021-01-29 22:55

    Try to use this code:

    .col-lg-3 {
      width: 100%;
    }
    .input-group {
       width: 200px; // for exemple
       margin: 0 auto;
    }
    

    if it didn't work use !important

提交回复
热议问题