-
Hello, I'm new to email marketing in general. My job requires me to turn a Figma design into an email, and currently I'm using MJML for that. The emails usually have a left/right padding of 70px, but for mobile, that is a lot, and can only fit about 2 words per line. Is there a way for me to have a different padding only on mobile? Or maybe have proportional padding? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
iRyusa
Oct 5, 2024
Replies: 1 comment
-
Hi, you can use media queries for that. If you're new to coding in general, please start to learn HTML+CSS first as the doc presume you're familiar with that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
addych
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can use media queries for that. If you're new to coding in general, please start to learn HTML+CSS first as the doc presume you're familiar with that