Inline Bootstrap form layout with labels above inputs

后端 未结 6 1056
没有蜡笔的小新
没有蜡笔的小新 2021-02-03 19:14

I\'d like to create a form with the following layout using Bootstrap 3:

\"enter

I

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-03 19:44

    I think the simplest solution would be to add col-xs-4 to the class of each div. That will make sure the divs will be inline for the jsfiddle example. Additionally, you should close the form tag with .

提交回复
热议问题