Row Container Element
The Row Container element provides a multi-column layout container that organizes elements in a responsive grid.
Overview
Row Container is ideal for:
- Multi-column layouts
- Side-by-side element arrangement
- Responsive grid structures
- Dashboard-style layouts
- Form field grouping
Adding a Row Container
- Open the Website Builder
- Find Row Container (or Container) in the Elements panel
- Drag it onto your page
- Configure columns in the configuration modal
Configuration
When adding a Row Container, a modal appears:
| Setting | Description |
|---|---|
| Number of Columns | How many columns (1-12) |
| Column Sizes | Width of each column |
Column Configuration
Setting Column Count
Use the slider to select 1-12 columns:
- 1 column - Full width
- 2 columns - Half and half
- 3 columns - Thirds
- 4 columns - Quarters
- Up to 12 - Fine-grained control
Adjusting Column Widths
Each column can have a custom width:
- Click on a column in the preview
- Adjust its width using the slider
- Widths are proportional (normalize to 100%)
Visual Display
Row Container is invisible at runtime - it just organizes child elements:
2 equal columns:
┌─────────────┬─────────────┐
│ Column 1 │ Column 2 │
│ (elements) │ (elements) │
└─────────────┴─────────────┘
3 columns (1 wide, 2 narrow):
┌───────────────────┬──────┬──────┐
│ Column 1 │ Col2 │ Col3 │
│ (wide) │ │ │
└───────────────────┴──────┴──────┘Element Type
Row Container is categorized as a Container element, distinct from regular input/display elements.
Use Cases
Two-Column Form
Columns: 2 equal
Left: First Name, Email
Right: Last Name, PhoneSidebar Layout
Columns: 2 (3:1 ratio)
Left (wide): Main content
Right (narrow): SidebarThree-Column Dashboard
Columns: 3 equal
Each: Different stat/widgetHeader Layout
Columns: 3 (1:2:1 ratio)
Left: Logo
Center: Navigation
Right: User infoForm Field Groups
Columns: 3 equal
Each: Related form fieldResponsive Behavior
Row Containers help create responsive layouts:
- Columns maintain proportional widths
- Content adapts to available space
- Consider mobile display when designing
Best Practices
Plan your layout - Sketch column arrangement first
Use consistent spacing - Keep gaps uniform
Consider mobile - Test how columns stack on small screens
Don't over-nest - Deep nesting can be confusing
Match content - Column widths should suit content type
Test responsiveness - Verify layout works at all sizes
Column Width Examples
| Layout | Column Widths |
|---|---|
| Equal halves | 50% / 50% |
| Two-thirds / third | 66% / 33% |
| Equal thirds | 33% / 33% / 33% |
| Sidebar left | 25% / 75% |
| Sidebar right | 75% / 25% |
| Equal quarters | 25% / 25% / 25% / 25% |
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Position Tab - https://help.acenji.com/#/./create-web-application/website-builder/floating-design-panel/element-section/position-tab/index