How do I make the column height shorter in a section when creating a table in an email?
Hello Lori,
This depends on how you would like to include the table in the email. Since there is no native table widget available, we can use several alternative approaches:
Image-based table: Create the table in Excel or a similar tool, take a snapshot, and insert it into the email as an image.
Custom data tag: Create an admin-level custom data tag as a content block, define the table structure (including height and width), and then reference this data tag within the email. I have attached the screenshot for the HTML editor for reference.
Layout-based table: Use a four-column section and add widgets to simulate a table layout. Spacing can be adjusted at the widget level by navigating to Customize > Widget and reducing top/bottom spacing to achieve a more compact appearance.
HTML approach: Switch the email to HTML view or use a code widget to custom-code the table directly.
Please let me know which approach best fits your requirements, and I'd be happy to assist further.
Thank you!