Height
Learn how to set the height, minimum height, and maximum height for elements on your event website.
The Height style group (added via Add Style) includes three properties: Height, Min-Height, and Max-Height.
Enter values in pixels
All height values — except none — should be entered as a numeric value followed by the px unit (for example, 200px).
Height
Controls the fixed height of the element. Elements may have a predefined default height appropriate for their type. Click the Height property to open a field where the value can be changed.
Min-Height
Sets a minimum height for the element. The element will not shrink below this value even if its content is smaller. The default is 0px.
Max-Height
Sets a maximum height for the element. The element will not grow beyond this value even if its content is larger. The default is none (no limit).
Last reviewed: July 2026
