MuK Grid Snippets

Bootstrap Grid System

MuK IT GmbH - www.mukit.at

Overview

Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.

The grid systems can be used to create page layouts through a series of rows and columns that house your content.

  • Rows must be placed within a .container (fixed-width) or .container-fluid (full-width) for proper alignment and padding.
  • Use rows to create horizontal groups of columns.
  • Content should be placed within columns, and only columns may be immediate children of rows.
  • Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three .col-xs-4.
  • If more than 12 columns are placed within a single row, each group of extra columns will, as one unit, wrap onto a new line.
  • Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, e.g. applying any .col-md-* class to an element will not only affect its styling on medium devices but also on large devices if a .col-lg-* class is not present.

Snippets

Four new snippets are available, which can be placed on the website. The Container, Row and Column snippets represent the corresponding Bootstrap classes.

Options

Change the grid by selecting different options. Keep in mind that a column can have a different span for every viewport.

Help and Support

Email Contact