Grids
The default grids follow the same rules as Bootstrap Grids, with a little added help to support RTL.
All the columns have horizontal padding equal to half of the gutter width. This means when they are displayed inline their combined horizontal padding equals the gutter width. The rows have negative horizontal margin which is also half that of the gutter width which essentially pulls the first and the last column back in line back to the desired width.
Never use .col-xx-x
's by themselves, always put them inside of a .row
and never put anyting else directly inside of a row otherwise your grid will be misaligned.
Grid with standard container
The following example demonstrates the 'working area' if you like of the columns. Note that the text sits on the edge of the grid (vertical margins added for demonstration purposes).