Layout

Float

The Telerik and Kendo UI Float Utilities are CSS utility classes that enable you to configure the float behavior of an element.

Utility ClassCSS Property
.k-float-leftfloat: left;
.k-float-rightfloat: right;
.k-float-nonefloat: none;

Left

Use the k-float-left utility to float an element to the left of its container.

Right

Use the k-float-right utility to float an element to the right of its container.

No Float

Use the k-float-none utility to remove existing float from an element.