Skip to content

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

  1. Open the Website Builder
  2. Find Row Container (or Container) in the Elements panel
  3. Drag it onto your page
  4. Configure columns in the configuration modal

Configuration

When adding a Row Container, a modal appears:

SettingDescription
Number of ColumnsHow many columns (1-12)
Column SizesWidth 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:

  1. Click on a column in the preview
  2. Adjust its width using the slider
  3. 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, Phone
Columns: 2 (3:1 ratio)
Left (wide): Main content
Right (narrow): Sidebar

Three-Column Dashboard

Columns: 3 equal
Each: Different stat/widget

Header Layout

Columns: 3 (1:2:1 ratio)
Left: Logo
Center: Navigation
Right: User info

Form Field Groups

Columns: 3 equal
Each: Related form field

Responsive Behavior

Row Containers help create responsive layouts:

  • Columns maintain proportional widths
  • Content adapts to available space
  • Consider mobile display when designing

Best Practices

  1. Plan your layout - Sketch column arrangement first

  2. Use consistent spacing - Keep gaps uniform

  3. Consider mobile - Test how columns stack on small screens

  4. Don't over-nest - Deep nesting can be confusing

  5. Match content - Column widths should suit content type

  6. Test responsiveness - Verify layout works at all sizes


Column Width Examples

LayoutColumn Widths
Equal halves50% / 50%
Two-thirds / third66% / 33%
Equal thirds33% / 33% / 33%
Sidebar left25% / 75%
Sidebar right75% / 25%
Equal quarters25% / 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

Was this article helpful?

No-Code App Builder