Responsive Design

TinyEmails automatically generates responsive HTML that adapts to any screen size. Every email you build is mobile-optimized by default; no extra work needed.

How responsive emails work in TinyEmails

The email builder generates inline CSS with media queries that handle:

BehaviorDesktopMobile
ColumnsSide by sideStack vertically
ImagesOriginal sizeScale to fit width
Font sizesAs designedSlightly larger for readability
ButtonsInline widthFull width (easier tap target)
PaddingAs designedAdjusted for narrower screens

Preview responsive layouts

Use the preview panel to test your email at different widths:

  1. Click Preview in the top bar
  2. Toggle between:
    • Desktop: full-width email (600px)
    • Mobile: narrow view (320px)
    • Tablet: medium view (480px)
  3. Switch between views to verify your layout works at every size

Column stacking

The Columns block automatically stacks on mobile:

Desktop layoutMobile layout
2 columns side by sideColumn 1 on top, Column 2 below
3 columns in a rowAll 3 columns stacked vertically
1/3 + 2/3 splitNarrow column on top, wide column below

Controlling stack order

By default, columns stack left-to-right, top-to-bottom. In the column settings:

OptionBehavior
Normal orderLeft column on top
Reverse on mobileRight column on top
Hide on mobileColumn is hidden on mobile

Mobile-specific settings

Several blocks offer mobile overrides:

BlockMobile settingPurpose
SpacerMobile heightReduce spacing on small screens
ImageMobile widthForce full-width or specific width
ButtonFull width on mobileEasier to tap
TextMobile font sizeIncrease for readability
ColumnsStack behaviorControl how columns rearrange

Best practices

PracticeWhy
Keep email width at 600pxStandard width that works in all email clients
Use 14px minimum fontSmaller text is hard to read on mobile
Make buttons 44px tall minimumApple's recommended tap target size
Use single-column for key contentComplex multi-column layouts can be unpredictable on mobile
Test with real email clientsGmail, Apple Mail, and Outlook render differently
Avoid wide fixed-width imagesUse percentage widths or max-width instead

Email client compatibility

TinyEmails generates HTML compatible with:

ClientSupport level
Gmail (web)Full
Gmail (mobile)Full
Apple MailFull
Outlook 365Full
Outlook 2019/2021Full (uses Word rendering engine, some layout differences)
Yahoo MailFull
Samsung MailFull
ThunderbirdFull
Tip

Design your email mobile-first: start with the most important content at the top, use large touch-friendly buttons, and keep the layout simple. Then refine the desktop version.

Warning

Always send a test email to yourself and check it on your actual phone before sending to your list. The preview panel is helpful but doesn't catch all email client rendering quirks.