If you are building a large table using multiple Power Grid Stacks, you will be able to adjust the width of the same column for each Power Grid 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
.col0 { width: 25%; }
.col1 { width: 50%; }
.col2 { width: 10%; }
.col3 { width: 15%; }
Specific Width
.col0 { width: 50px; }
.col1 { width: 150px; }
.col2 { width: 200px; }
.col3 { width: 220px; }
We have added labels under the columns in edit mode to assist you in properly identifying the columns. You need to paste this code into the CSS tab of the Page Inspector.
© 2025 Weavers Space | Terms of Service | Privacy Policy