Overview
Control the display type, overflow behavior, object fitting, and aspect ratios of elements using our layout utilities. These utilities form the foundation of your page structure and work seamlessly with Elementor v4’s Atomic Elements.Display
Control how elements are displayed with
.block, .flex, .hidden, and moreOverflow
Control content overflow with
.overflow-hidden and .overflow-autoObject Fit
Control how images fit containers with
.object-cover and .object-containAspect Ratio
Maintain consistent proportions with
.aspect-square and .aspect-videoFlexbox
Complete flexbox utilities for direction, alignment, and spacing
Quick Start
Basic Layout
Layout Utilities Reference
Display Utilities
- Block:
.block,.inline-block - Flex:
.flex,.inline-flex - Hidden:
.hidden
Overflow Utilities
- Hidden:
.overflow-hidden - Auto:
.overflow-auto
Object Fit Utilities
- Cover:
.object-cover - Contain:
.object-contain
Aspect Ratio Utilities
- Square:
.aspect-square(1:1) - Video:
.aspect-video(16:9)
For comprehensive flexbox utilities including direction, wrap, justify, align, and gap, see the Flexbox documentation.

