Columns & Tables
Column component and table component have different rendering effects in email.
- Columns are mobile responsive. Multiple columns will be stacked vertically on mobile.
- Each column can have different height, even if they are in same row.
- Column background color expands to full width of the email body.
- Tables are not mobile responsive. The table layout will respect the width of the screen, and will not stack vertically.
When to use columns
✅ To align static data or images side by side. E.g shipping and billing address, horizontally stacked images etc...
✅ To create a header section. Add column and set a background color. Then you can add logo and text fields.
When to use tables
✅ To show static or dynamic line items
✅ When you don't need mobile responsiveness