--- title: Width position: 2 seo_title: Telerik and Kendo UI Width Utilities seo_description: Use the Telerik and Kendo UI Width utilities to configure the width of an element. --- ## Width The Telerik and Kendo UI Width Utilities are CSS utility classes that enable you to control the width of an element. ### Fixed Use the `k-w-{value}` utility to set a fixed width to an element. ### Full Use the `k-w-full` utility to make the element expand to 100% of its parent's width. ### Screen Use the `k-w-screen` utility to make the element expand to 100% of the viewport width. ### Minimum Use the `k-w-min-{width}` utility to set a minimum width to an element. ### Maximum Use the `k-w-max-{width}` utility to set a maximum width to an element.