Overview
Use flexbox utilities to control how flex items are sized, aligned, and distributed within a flex container. These utilities work seamlessly with Elementor v4’s layout system and provide powerful control over component alignment and spacing. Flexbox utilities give you complete control over flex container behavior, item alignment, and spacing. Combine them with display utilities to build modern, responsive layouts.Direction
Control flex direction with
.flex-row and .flex-colAlignment
Align items with justify-content and align-items utilities
Gap
Static and fluid gap utilities for spacing between flex items
Quick Start
Basic Flexbox
Common Patterns
- Headers: Use
justify-betweenfor logo and navigation - Centered Content: Combine
items-centerandjustify-center - Card Grids: Use
flex-wrapwith gap utilities - Form Layouts: Stack form fields with
flex-col

