Twitter bootstrap 3 form-horizontal and multiple input columns on single line

后端 未结 2 860
长发绾君心
长发绾君心 2021-01-31 04:02

I need to place multiple columns of inputs in single line like this:

\"What

I did this by grouping

2条回答
  •  别那么骄傲
    2021-01-31 04:22

    To align easily things in bootstrap 3, You should use the Grid System.
    Here is a fiddle close to your needs :

    
    

    The alignment depends on the width of the screen so be sure to tune it properly to your needs. Then you can style the inputs themselves.

提交回复
热议问题