DIVI 5 MODULE DEMO
Two Column Image + Text
A two-column row splits the viewport into two side-by-side columns. The most common split is 50/50 (12_24 + 12_24). An offset layout uses 8_24 + 16_24 or 16_24 + 8_24 for a narrow/wide arrangement.
Image Column

Text Column
Side-by-Side Layout
This is the classic image-left, text-right layout. Both columns use flexType: "12_24" — half the available width each.
To create an offset layout, use 8_24 for the narrow column and 16_24 for the wide column.
Narrow Column
flexType: "8_24" = 33.3% width
Wide Column
flexType: "16_24" = 66.6% width. This is the offset layout pattern used for feature sections.
