There are times that you may want the Rows Stack to take up the entire width of a page, or maybe you want the table to be a specific width. This is extremely easy to do. Here are a couple examples:
Entire Width of Page
.rows_table { width: 100% !important; }
Specific Width
.rows_table { width: 400px !important; }
© 2025 Weavers Space | Terms of Service | Privacy Policy