If you are building a large table using multiple Rows Stacks, you will be able to adjust the width of the same column for each Rows stack with one easy setting. As you can see each column has its own CSS class: col1 (for column 1), col2 (for column 2), etc.
Width Relative to Page Width
.col1 { width: 25%; }
.col2 { width: 50%; }
.col3 { width: 10%; }
.col4 { width: 15%; }
Specific Width
.col1 { width: 50px; }
.col2 { width: 150px; }
.col3 { width: 200px; }
.col4 { width: 220px; }
We have added labels under the columns in edit mode to assist you in properly identifying the columns.
© 2025 Weavers Space | Terms of Service | Privacy Policy