Closed felixmr1 closed 6 years ago
How can we help without any code? :)
Please share the MJML (it's too bad you started with the issue template but didn't follow it).
@ngarnier Sorry! I updated it :)
Thanks. Your first 4 columns should be contained in a <mj-section>
, the syntax is always to have columns inside sections, not straight inside the container.
However, I'm not sure what you want the layout to be on desktop? If you want it to be the same than on mobile, then just replace your columns by sections: https://mjml.io/try-it-live/rJ5-4vlUG.
@ngarnier Thanks man. Works like a charm!
Perfect, happy to help!
To help us help you, provide as much information as you can. You'll find below a template you can use to submit your issue, but feel free to remove any part that wouldn't be relevant here.
Looks good on mobile devices, but on desktop it gets wrongly aligned. (Its like 'flex-direction: column' on mobile but 'flex-direction: row' on desktop
On Mobile: (Right way) https://imgur.com/a/gJSJc
On Desktop: (Wrong way) https://imgur.com/a/E2q9z
MJML engine v3.3.3
This is all observed inside the mjml linux app