Menu

1.9Alignment

Floating elements are simple with Concise, with classes that can be applied to any element.

When floating elements with either the .float--left or .float--right class, ensure they are wrapped around a .clearfix class so all of the floats are cleared.

In addition, when using the .center--all helper class on an element with an unknown width, additional styling may be required to properly center the element. Referring to Chris Coyier's "Centering in the Unkown" article may come in handy when handling such a situation.