DIVI 5 MODULE DEMO
Single Row Test
The Row is the atomic unit of DIVI 5 layout. Every section contains one or more rows. Each row defines the column structure. This page demonstrates a single full-width row with one column — the simplest possible layout.
Live Example
Full-Width Single Row
This is a single-column row inside a section. The column uses flexType: "24_24" which means 24 out of 24 units — full width. This is the default layout for most content blocks.
In the database, this row stores: flexColumnStructure: "equal-columns_1" with a single child column using flexType: "24_24".
Block Structure
wp:divi/sectionn wp:divi/row (flexColumnStructure: "equal-columns_1")n wp:divi/column (flexType: "24_24")n wp:divi/textn
