foundation-emails icon indicating copy to clipboard operation
foundation-emails copied to clipboard

Disable responsive

Open hugofabricio opened this issue 4 years ago • 1 comments

How to disable responsive mode?

hugofabricio avatar Oct 06 '20 18:10 hugofabricio

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

DanielRuf avatar Oct 06 '20 18:10 DanielRuf