Response Rows

How To

  1. Step 1: Include LambdaEx Framework in Logi Info Application. Include LambdaEx Framework in Logi Info Application.

How it works

Grid system uses a series of containers, rows, and columns to layout and align content. It's built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together.

New to or unfamiliar with flexbox? Read this CSS Tricks flexbox guide for background, terminology, guidelines, and code snippets.

12 Columns
1
2
3
4
5
6
7
8
9
10
11
12
Other Examples
colspan 4
colspan 8
colspan 8
colspan 4
colspan 6
colspan 6
colspan 4
colspan 4
colspan 4
Column Ordering

Easily change the order of our built-in grid columns with .col-md-push-* and .col-md-pull-* modifier classes.

colspan 9        .col-xs-push-3
colspan 3        .col-xs-pull-9
Even Columns
1 of 3
2 of 3
3 of 3

1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
Setting one column width

Auto-layout for flexbox grid columns also means you can set the width of one column and have the sibling columns automatically resize around it. You may use predefined grid classes (as shown below), grid mixins, or inline widths. Note that the other columns will resize no matter the width of the center column.

1 of 3
2 of 3 (wider)
3 of 3
Vertical alignment

Use flexbox alignment utilities to vertically align columns.

1 of 3
2 of 3
3 of 3

1 of 3
2 of 3
3 of 3

1 of 3
2 of 3
3 of 3