Float
Toggle floats on any element, across any breakpoint, using our responsive float utilities.
Overview
These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the CSS float property. !important is included to avoid specificity issues. These use the same viewport breakpoints as our grid system. Please be aware float utilities have no effect on flex items.
Float
Responsive variations also exist for each float
value.
Float start on viewports sized SM (small) or wider
Float start on viewports sized MD (medium) or wider
Float start on viewports sized LG (large) or wider
Float start on viewports sized XL (extra-large) or wider
Here are all the support classes:
.float-start
.float-end
.float-none
.float-sm-left
.float-sm-right
.float-sm-none
.float-md-left
.float-md-right
.float-md-none
.float-lg-left
.float-lg-right
.float-lg-none
.float-xl-left
.float-xl-right
.float-xl-none
.float-xxl-left
.float-xxl-right
.float-xxl-none