Repeating group: Two equally sized columns within a column

I’ve got a repeating group and want to create two equally sized columns parallel to each other. But for some reason they never seem to align.

I’ve created a group colum in my repeated item and within this column I’ve tried to create two columns with 50% width but they don’t seem to align. Always on top of each other, either on the same side or different sides.

I’d like something like this:
rSFvCPHJtUVuVSjDzXkWSU

Things like padding, margin, border, etc will all add up to conflict with ‘width’. Can you send over a screenshot from your editor on your current setup, and then how it’s looking?

No padding, margin, etc.

Here are screenshots. It’s contained in Group E as shown on the side. All in a Column layout.



They end up aligning like here:

Ah ok - so if Group E (the main group) is a column, elements will only stack. You’ll need to set those cells into their own row, and possibly create additional rows with the elements between them.

Columns: for stacking vertically, only stacking. Elements don’t fit side by side

Rows: for arranging horizontally, but usually with a ‘spillover’ if the width isn’t enough

You’ll find a combination of rows and columns will comprise just about any layout you can dream up.

Thank you for your help. You solved it!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.