Responsive Options

The .hidden-* class is useful for hiding a given element at a specific screen size. Replacing the -* modifier witd a screen size value (-mini, -small, -medium, -large, -jumbo) will hide the element at tdat screen-size. Additionally, appending -up and -down to the .hidden-*- class, will hide a given element up or down respectively at the specified screen-size.

Class Description
.hidden-* Hide the element at the screen size specified by the -* modifier.
.hidden-*-down Hide the element at and below the screen size specified by the -* modifier.
.hidden-*-up Hide the element at and below the screen size specified by the -* modifier.

Available Classes

Mini devices
Portrait phones (< 480px)
Small devices
Landscape phones (≥ 480px)
Medium devices
Tablets (≥ 768px)
Large devices
Desktops (≥ 992px)
Jumbo devices
Desktops (≥ 1400px)
.hidden-mini-down Visible Visible Visible Visible
.hidden-small-down Visible Visible Visible
.hidden-medium-down Visible Visible
.hidden-large-down Visible
.hidden-jumbo-down
.hidden-mini-up
.hidden-small-up Visible
.hidden-medium-up Visible Visible
.hidden-large-up Visible Visible Visible
.hidden-jumbo-up Visible Visible Visible Visible

Print Options

Like the responsive class options, there are similar class options for toggling an elements visibility for print. Use the .visible-print-* option to make and element visible when the page is printed. The -* modifier is used to specify the display type. For example, .visible-print-inline displays an element as inline only when printed.

Class Browser Print
.visible-print-block Visible
.visible-print-inline Visible
.visible-print-inline-block Visible
.hidden-print Visible