Vertical Align
The Telerik and Kendo UI Vertical Align Utilities are CSS utility classes that enable you to control the vertical alignment of an inline box.
Utility Class | CSS Property |
---|---|
.k-align-baseline | vertical-align: baseline; |
.k-align-top | vertical-align: top; |
.k-align-middle | vertical-align: middle; |
.k-align-bottom | vertical-align: bottom; |
.k-align-text-top | vertical-align: text-top; |
.k-align-text-bottom | vertical-align: text-bottom; |
.k-align-sub | vertical-align: sub; |
.k-align-super | vertical-align: super; |
Align Top
Use the k-align-top
utility to align top of elements.
Align Bottom
Use the k-align-bottom
to align bottom of elements.
Align Center
Use the k-align-center
to align center of elements.
Align Baseline
Use the k-align-baseline
to align baseline of elements.