The Containers widget in Elementor is a design element that allows you to create a container or a section on your web page. It's a basic building block for creating layouts and arranging content.

How Fignel detects container:

To be detected as a container by Fignel, a Frame must have Auto Layout properties.

<aside> 💡 If a frame does not have Auto Layout properties, the elements inside it will be set to Absolute position in Elementor.

</aside>

Positioning inside Container

The positioning of elements inside the container is equivalent to the flex box parameters and is carried over to Elementor.

<aside> 💡 We recommend using positioning inside the container instead of padding and margins. This will help you achieve more precise and consistent layouts on your Elementor pages.

</aside>

Untitled

Frame width

The width of a container can be defined in several ways: FIXED, HUG, or FILL.

Frame height

The height of a container is set by specifying a minimum height in pixels.

Frame direction

For an auto layout frame, content can be assigned a direction of movement: either vertical or horizontal.

You can also specify how the content is aligned within the container. Make sure to activate the Spacing mode - space_between parameter if you want the content to be evenly spaced within the container.

Untitled

Wrap

A container can have the "wrap" parameter activated. When the width of the container decreases, child components that no longer fit in the row based on the width of the parent container will be moved to the next row. To enable this feature, set the name of the container to [wrap]. You can place the contents of the wrap container on one line or on multiple lines.