Skip to content

Instantly share code, notes, and snippets.

Order and reorder content HTML for responsive emails - https://www.shopify.com/partners/blog/dirty-css-hacks-for-responsive-emails
<td class="wrapper"><!--Nested tables...-->
<table class="header">Header</table>
<table class="nav">Navigation</table>
<table class="content">Content</table>
<table class="footer">Footer</table>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment