container-header

Grids

container-breadcrumb
Settings
Fixed sidebar
Fixed footer
Fixed top navbar
Collapse sidebar
Boxed
Background
Default
Dark
Light
Themes
Default
White Light
Blue Navy
Blue Sky
Lime Lemon
Star Dust
Green Tea
Orange Round
Yellow Sun
Deep Purple
Yummy Chocolate
Dark Night
Soft Green
Wheel Red
Grids Stacked horizontal

Using .col-md-*grid classes you can create a grid system that fits mobile devices (col-sm-* and col-xs-*) and desktop devices (col-md-* and col-lg-*) devices.
Grid columns must be inside .row.

.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1

Two equal columns

Get TWO equal-width columns starting at desktops and scaling to large desktops. On mobile devices, tablets and below, the columns will automatically stack.

.col-md-6
.col-md-6

Three equal columns

Get three equal-width columns starting at desktops and scaling to large desktops. On mobile devices, tablets and below, the columns will automatically stack.

.col-md-4
.col-md-4
.col-md-4

Four equal columns

Get FOUR equal-width columns starting at desktops and scaling to large desktops. On mobile devices, tablets and below, the columns will automatically stack.

.col-md-3
.col-md-3
.col-md-3
.col-md-3

Two different columns

Get two columns starting at desktops and scaling to large desktops.

.col-md-4
.col-md-8
Mixing Mobile and desktop

The Bootstrap 3 grid system has four tiers of classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). You can use nearly any combination of these classes to create more dynamic and flexible layouts.
Each tier of classes scales up, meaning if you plan on setting the same widths for xs and sm, you only need to specify xs.

.col-xs-12 .col-md-8
.col-xs-6 .col-md-4
.col-xs-6 .col-md-4
.col-xs-6 .col-md-4
.col-xs-6 .col-md-4
.col-xs-6
.col-xs-6
Mixing Mobile, tablet and desktops
.col-xs-12 .col-sm-6 .col-md-8
.col-xs-6 .col-md-4
.col-xs-6 .col-sm-4
.col-xs-6 .col-sm-4
.col-xs-6 .col-sm-4
Column Offset

Move columns to right with .col-md-offset-*. These class increases left margin of column by the number defined in *element.

Example: .col-md-offset-6moves .col-md-*over six columns.

.col-md-3
.col-md-3 .col-md-offset-3
.col-md-4 .col-md-offset-3
.col-md-4 .col-md-offset-4
.col-md-10 .col-md-offset-2
Column Ordering

Change column order with .col-md-push-*and .col-md-pull-*classes.

.col-md-8 .col-md-push-4 (pushed to right)
.col-md-4 .col-md-pull-8 (pulled to left)
Column Nesting

You can nest columns by adding a new .rowinstead of a .col-md-*in a existing .col-md-*column.

First level: .col-md-12
Second level: .col-md-6
Second level: .col-md-6