foundation-emails
foundation-emails copied to clipboard
Disable responsive
How to disable responsive mode?
Do you mean the case where you want to use the same layout for all viewports?
<column small="12" large="12"></column>
Or similar works, basically use the same value for all relevant breakpoints. But so far Foundation Emails is mobile first.
You would have to modify your Foundation Emails setup otherwise, using SCSS. https://github.com/foundation/foundation-emails/blob/develop/scss/foundation-emails.scss#L9 https://github.com/foundation/foundation-emails/blob/develop/scss/grid/_grid.scss https://github.com/foundation/foundation-emails/blob/develop/scss/settings/_settings.scss