From the course: Bootstrap 3 Essential Training

Unlock the full course today

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

Working with rows

Working with rows - Bootstrap Tutorial

From the course: Bootstrap 3 Essential Training

Start my 1-month free trial

Working with rows

- So, now that you understand what the basic container class does, let's talk about rows. Now, they're a special way of setting up multi-column layouts. Rows allow you to create horizontal groups of columns. Now think of it as a line break for column groups. When you want to make sure that your columns appear on a separate horizontal group, you use rows. Now, using rows won't make sense unless you place them inside a container type, either fluid or fixed width. It doesn't really matter. But they should always go within a container. Now, when you use the row class, you should always include columns. It really doesn't make sense to create a row container without any columns inside it. Adding a row does get rid of the padding that appears on either side of a container using negative margins. That's because any columns inside a row will need to clear out the normal container padding to align to the grid properly. Now, let's take a look at what it means although this is something that you…

Contents