Float
The Telerik and Kendo UI Float Utilities are CSS utility classes that enable you to configure the float behavior of an element.
Utility Class | CSS Property |
---|---|
.k-float-none | float: none; |
.k-float-left | float: left; |
.k-float-right | float: right; |
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.