Styling Guide

Styles panel
Global email styles: fonts, colors, spacing

Email rendering varies across clients (Gmail, Outlook, Apple Mail). Follow these guidelines for consistent results.

Block styling

Every block can be styled via the Styles panel (right sidebar):

PropertyOptions
Background colorAny color picker + transparency
Text colorAny color
Font familySystem fonts (email-safe fonts recommended)
Font sizePixel values
Line heightMultiplier or pixel
PaddingTop, right, bottom, left (individual or uniform)
MarginTop, right, bottom, left
BorderWidth, style, color, radius
AlignmentLeft, center, right

Email-safe fonts

These fonts render consistently across all email clients:

FontStyle
ArialClean sans-serif (safest default)
HelveticaModern sans-serif
GeorgiaElegant serif
Times New RomanClassic serif
Courier NewMonospace
VerdanaWide, readable sans-serif
Warning

Custom/Google fonts may not render in all email clients. Outlook and some Gmail versions fall back to system fonts. Always set a fallback font family.

Color best practices

ElementRecommendation
BackgroundWhite (#FFFFFF) or very light gray (#F5F5F5)
TextDark gray (#333333), not pure black
LinksBrand color with underline
CTA buttonHigh-contrast brand color
FooterLight background, muted text

Responsive design

TinyEmails templates are responsive by default:

  • Desktop: Full-width up to 600px container
  • Mobile: Single-column, stacked layout
  • Images: Scale down to fit screen width
  • Buttons: Full-width on mobile for easy tapping
  • Text: Readable font size (minimum 14px body, 22px+ headings)

Testing

Preview your email in both desktop and mobile views before exporting. Check:

  • Images render and aren't too large
  • Buttons are clickable (large enough touch target)
  • Text is readable (not too small)
  • Colors have sufficient contrast
  • Links work and open correctly
  • Layout doesn't break at narrow widths

Email client compatibility

The exported HTML is tested with:

ClientRendering
Gmail (web)Excellent
Gmail (app)Good (minor spacing differences)
Apple MailExcellent
Outlook 365Good (some CSS limitations)
Outlook desktopFair (uses Word rendering, limited CSS)
Yahoo MailGood
Tip

Keep emails under 102KB total HTML size. Gmail clips emails larger than this and shows a "View entire message" link, which kills engagement.