Responsive Email Design: Media Queries, Fluid Layouts, and Mobile-First
If it doesn’t work on a phone, it doesn’t work
Over half of all emails are opened on a mobile device. Yet most email campaigns are still designed on a wide desktop monitor, reviewed in a desktop inbox, and sent out without ever checking what the experience looks like on a 375-pixel screen. The result: tiny text, images that overflow, buttons that are impossible to tap, and readers who give up before they reach the call to action.
Responsive email design is the practice of building emails that adapt to the screen they’re viewed on. Done right, the same email reads beautifully on a phone, a tablet, and a desktop — without you building three separate versions.
What responsive email design actually is
A responsive email changes its layout based on the width of the screen displaying it. The most common pattern: a two-column layout on desktop that automatically stacks into a single column on mobile, so each section gets the full screen width and text stays readable without pinching to zoom.
This adaptation happens through rules in the email’s styling that say “when the screen is narrower than X pixels, rearrange the layout.” On a phone, the columns stack and the font sizes adjust; on a desktop, the side-by-side layout returns. The reader doesn’t do anything — the email adapts on its own.
A related approach is fluid design, where the layout doesn’t switch at a specific breakpoint but instead uses percentage-based widths and flexible sizing so the email scales smoothly at any size. Many of the best responsive emails combine both: fluid elements for smooth scaling, plus breakpoint rules for larger structural changes like stacking columns.
Why it matters
- Mobile is the default. If your email doesn’t read well on a phone, more than half your audience has a bad experience before they even read your first sentence.
- Engagement drops fast. Readers who have to zoom, scroll horizontally, or squint at tiny text don’t click. They close the email and move on.
- Deliverability is affected. Mailbox providers track whether readers engage with your emails. If mobile readers consistently ignore your emails because they’re hard to read, that hurts your sender reputation over time.
- Brand perception. A broken mobile email signals carelessness. A polished mobile experience signals professionalism.
How to design responsive emails
- Start mobile-first. Design the single-column mobile layout first, then enhance for desktop. This forces you to prioritize the essentials — one clear message, one obvious call to action — before adding desktop luxuries like multi-column layouts.
- Use a single-column stack on mobile. Multi-column layouts that don’t stack force the reader to zoom and pan. A single column that fills the screen width is the most readable mobile layout.
- Set a comfortable base font size. Body text should be at least 14px, ideally 16px. Anything smaller requires pinching to read on most phones.
- Make tap targets large. Buttons should be at least 44x44 pixels — the minimum that’s comfortable to tap with a thumb. Add padding around links so they’re not crowded by neighboring text.
- Use fluid images. Images should scale to fit their container rather than overflow. Set a maximum width so large images don’t push the layout wider than the screen.
- Test on real devices. Desktop previews hide mobile problems. Send a test copy to your phone and read it the way a reader would — one-handed, maybe distracted, deciding in seconds whether to keep reading.
Common mistakes
- Designing desktop-first and hoping mobile works out. It rarely does. Multi-column layouts that don’t stack, fixed-width containers wider than a phone screen, and tiny text are all symptoms of desktop-first thinking.
- Tiny tap targets. A text link with no padding, crammed between paragraphs, is nearly impossible to tap accurately on a touchscreen.
- Images that don’t scale. A 600px-wide image in a 375px screen either overflows or forces horizontal scrolling — both are broken experiences.
- Hiding content on mobile. Responsive design is about adapting, not deleting. If content matters on desktop, it matters on mobile too — find a way to present it, don’t hide it.
How to handle responsive design in Temway
Temway is built mobile-first. Every email you compose with blocks produces responsive output automatically — columns stack on narrow screens, images scale to fit, and the layout adapts without you writing a single style rule.
Use the Desktop and Mobile preview to see both layouts side by side as you build. When something doesn’t look right on mobile, adjust it in the builder and watch the mobile preview update in real time. Then use Test send to deliver a copy to your own phone — the truest test of whether the experience reads the way it should.
When the email is right, export the HTML or push it to your ESP. The responsive layout you designed in Temway is preserved in the exported HTML, so what your readers see in their inbox matches what you previewed.
Where to go next
- Understand the foundation: Why HTML Emails Use Tables.
- See the bigger picture: What Is MJML?.
- Build your first responsive email with Mobile-First Email Design.