help center

On this page

Spacing identical elements in a container with nested containers

Last Update: January 10, 2024

Introduction

When there are several evenly spaced identical elements in a container there can be issues with responsive design. Elements may not line up as you would like for different screen widths.

Normally, creators would have to customize designs for these differing screen sizes, but with this trick you can drastically cut down the amount of customization needed. 

In this article on spacing identical elements in a container, we demonstrate best practices using widgets. But in this case we want to add an extra design element, a divider, which means we won’t be able to use an icon box. Instead we’ll be using nested containers.

Spacing the items in the container

We’ll be using these different properties for this exercise:

  • Justify content
  • Container width
  • Element gap
  • Wrap
  • Element size
  • Manipulating viewport width

We’ll start, as usual, with the desktop design. Instead of adding four icon box widgets we’ll add four nested containers, each of which contains four nested containers. In addition, instead of using an icon we’ll use an image.

In this article we’ll refer to the largest container as the outer container and the four containers inside the outer container as the middle containers. The containers actually holding the content will be referred to as the interior containers. 

Note: Building the page with these nested containers should not lower the page speed.

An outer container holding four nested containers. Each nested container holds four nested containers.
The outer container holds four nested containers. Each nested container holds four nested containers.
  1. In the Layout tab of the outermost container, we’ll set the elements so they display in a row with Justify Content set to space between, which will create even space between the middle containers.
    Second screenshot Spacing identical elements in a container with nested containers 2
  2. In the Layout tab of the middle containers, we’ll set the elements so they display in a column with Justify Content set to space between, which will create even space between the containers. 
    screenshot 2 layout tab middle container marked 1 Spacing identical elements in a container with nested containers 4
  3. Now we’ll add an element gap that will ensure the elements maintain space between each other. In theory, setting Justify Content to Space Between will maintain this space, there are edge cases where this doesn’t work. So we’ll set Element Gap to 5% (this will vary with your design but will generally range from 1-9%). 
    Screenshot 1.5 element gap marked Spacing identical elements in a container with nested containers 6
  4. Next we’ll define the middle containers’ width. In this exercise, setting a specific width isn’t strictly necessary because all the containers are identical, but this is a rare circumstance in real web design. So we’ll go to the Advanced tab and set a custom width of 20% for each middle container.
    screenshot 3 layout continer width marked Spacing identical elements in a container with nested containers 8 
    Pro tip: To save time, after editing the first widge, right-click on the upper-right corner of the container. Then select Copy from the dropdown. Right-click on the upper-right corner of another container and select Paste Style from the dropdown. The second container will copy the settings, such as container width, from the first container.

Now we’re ready to customize the design for responsive mode.

  1. Enter responsive mode.
    Enter responsive mode Spacing identical elements in a container with nested containers 10
  2. Select tablet.
    Choose tablet Spacing identical elements in a container with nested containers 12
  3. While we can see all four elements on the screen, a two column design would probably look better on a tablet. In order to divide the middle containers into two columns we’ll set the outer container to Wrap. 
  4. Set Justify Content to Center. This will prevent the elements from spreading out too much on widescreen tablets.
  5. Switch the Gap between elements to PX (pixels) and change the setting to 55px. We’ve found that in tablets and mobile devices pixels work best with Gap between elements.
    outer container settings tablet marked Spacing identical elements in a container with nested containers 14
  6. Set the width for each middle container to 40% (when dividing into columns, we usually choose a percentage that adds up to a little less than 100%).
    Width 40 percent Spacing identical elements in a container with nested containers 16
  7. Enter responsive mode.
  8. Select Mobile.
    select mobile Spacing identical elements in a container with nested containers 18
  9. Go to the Advanced tab of the middle containers and set the size to Grow. This will ensure that these containers will take up optimal space no matter what the width of the visitor’s mobile device.
    advanced tab grow marked 1 Spacing identical elements in a container with nested containers 20
  10. Use the viewport handles to check the layout and make any necessary adjustments to the elements.
the container on a standard mobile device
The site on a standard mobile device.

In most cases the layout should work for mobile devices, even wide screen mobile devices. This will save creators from having to design for additional custom breakpoints.  

The site as it appears on a widescreen mobile device.
The site as it appears on a widescreen mobile device.
The site as it appears on a tablet.
The site as it appears on a tablet.

Next steps

For more insights, check out our article on learning about Flexbox Containers. To get the most out of Elementor, check out the Elementor Academy and our YouTube channel for helpful learning resources. If you come across any issues or need help, please contact our Support Center.

Have more questions? We’re more than happy to assist.

Link is copied to clipboard!
On this page

Is this article helpful?

Share this article