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.
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?
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.