From the course: Bootstrap 4 Essential Training

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Multicolumn forms

Multicolumn forms - Bootstrap Tutorial

From the course: Bootstrap 4 Essential Training

Start my 1-month free trial

Multicolumn forms

- [Instructor] Bootstrap. Let's see layout forms using the column grid. Now, there's a few classes that you need to know about. Before we get started, you should be familiar with the Bootstrap grid. Make sure you check out the chapter on how to lay out elements with the grid before you take a look at how this works here because most of these classes aren't going to make sense unless you have some background with that. So, first of all, you can use the row or the column classes, and you do that just like you would with any other sort of grid element. You don't need to add a container on forms. You just simply add a row whenever you are going to start to lay things out with columns, and then you can use the col class as well as any of the units. So, you know the units go from one to 12. And you can use any of the break points as well. So, things like SM MD that determine when everything is going to stack up. So, in addition to that, there's a couple of special classes that you can use…

Contents