Layout Containers and Forms

Wrapping containers for responsive layouts.

How To

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

Requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due to padding and more, neither container is nestable.

Fluid Layout
Content Area...
Boxed Layout
Content Area...
Forms

Add .form-inline to your form (which doesn't have to be a form) for left-aligned and inline-block controls. This only applies to forms within viewports that are at least 768px wide.

May require custom widths

Inputs and selects have width: 100%; applied by default in Bootstrap. Within inline forms, we reset that to width: auto; so multiple controls can reside on the same line. Depending on your layout, additional custom widths may be required.

Inline Example
Username:
Password:
Sign in
Horizontal Example
Username:
Password:
Sign in