Read Time: 6 min

The How-To Guide to Responsive Email Design

Categories

Responsive email design has been growing steadily in popularity, and it’s no surprise as to why: 47% of email opens are on a mobile device, and some brands see upwards of 70% of their emails opened on mobile. These brands turn to responsive design techniques to create better experiences for their subscribers, and in many cases, increase their click and engagement rates.

The foundation of responsive email design is built upon CSS3 media queries, which can be confusing and complicated to learn. And like everything else in email, they don’t work quite the same way in our inboxes as they do on the websites we view in browsers.

Enter our how-to guide for responsive email design. See what is possible with responsive email design, how to implement media queries in your design, and support for responsive emails in various mobile email applications. When you’re ready to move to the next step, check out comprehensive list of mobile email resources, which includes templates, tutorials, responsive case studies, and more.

Click on the graphic for an enlarged view. The entire text of the graphic is also available below.

Make your emails responsive with Litmus Community Templates

Litmus Community Templates

Litmus Community Templates

Kickstart your next campaign with one of Litmus’ pre-tested templates.

Access the templates →


Embed this infographic:

Stats to Tweet:

  • 47% of email opens happen on mobile devices [Tweet this]
  • 80% of people delete an email if it doesn’t look good on their mobile device [Tweet this]
  • Studies find people look at their phones an avg of 150 times/day [Tweet this]
  • iPhone Gmail app & Android Gmail app do not support responsive email [Tweet this]

Re¡spon¡sive de¡sign (noun)
A collection of techniques, such as media queries, fluid grids, and fluid images, which aim to provide the optimal viewing experience across various platforms.

Why Responsive Design?

  • 47% of email opens are on mobile devices, yet many emails are only designed for desktop viewing. Text is often difficult to read, details in images are hard to see, and links are impossible to click on mobile.
  • Studies have found that people look at their phones an average of 150 times a day. These brief interactions mean that you must focus on getting your point across quickly.
  • 80% of people delete an email if it doesn’t look good on their mobile device.

What is Possible with Responsive Design?

The possibilities are endless, but some common uses of responsive design techniques include:

  • Changing hierarchy
  • Changing navigation
  • Enlarging fonts
  • Changing colors
  • Changing layout
  • Scaling images
  • Adding padding
  • Changing or hiding content

How to implement responsive email design

Responsive email uses a media query, also known as @media—a special set of CSS styles that act like conditional statements or dynamic rules. Carefully planned, they can help make emails more readable on different screen sizes.

Media queries detect the screen size of a device and then “turn on” different sets of rules based on that screen size. These can be very simple to implement or quite complex, depending on what you’d like to accomplish. They do require more planning and testing than standard emails, and don’t work in all email clients.

The Query

In the context of email, media types define which CSS styles to use based on screen size. This media type states “If the email is viewed on a screen size of 480px or less, use the following CSS.”

@media screen and (max-width: 480px)

The Styles

Combined with the media query, the style rules act like conditional ‘if-then’ statements, triggered when the specified screen size is detected. There can be many styles, or just a few.

Change Navigation
This style moves navigation items to their own row that spans the entire width (100%) of the table

table[class="nav"]{ width: 100% !important; padding: 10px 0 20px 20px !important; }

Enlarge Fonts
Here, font sizes inside table cells named ‘body-header’ are increased to 18px

td[class="body-header"]{ font-size: 18px !important; } 

Change Colors
Any fonts contained in a table cell named ‘body-copy’ will display as the color #dddddd

td[class=”body-copy”]{ color: #dddddd; } 

Add Padding
A simple style adds 15px of padding to table cells with a class of ‘body’

td[class="body"]{ padding: 15px !important; } 

Change or Hide Content
The display property can be used to hide table cells

td[class="mobile-hide"]{ display: none; }

THE HTML

Each style in the CSS rule block specifies the type of container or element (for instance, the entire table or just a table cell) the style should effect. These rules must be assigned and referenced in the HTML in order to be applied.

CSS:

td[class="body-header"]{ font-size: 18px !important; }

HTML:

<td align=“left” class=“body-header”>

For example, the element (td) and the class (”body-header”) used in the CSS must match those used in the HTML.

Support for responsive email

Don’t forget to test your responsive design in a variety of email clients and mobile devices to be sure it displays the way you planned—differences in devices, manufacturers, applications and screen sizes can all impact how your email appears. With the help of responsive design, you can simplify your message and make it easier to read and interact with on the small screens of mobile devices. Responsive email design offers benefits such as increased usability, higher read rates, along with better performance and click-through rates.

Responsive emails are supported by:

  • iOS Mail app
  • Android 4.x Email (OEM) app
  • Windows Phone 7.5
  • BlackBerry OS7
  • BlackBerry Z10

Responsive emails are not supported by:

  • iPhone Gmail app
  • iPhone Mailbox app
  • iPhone Yahoo! Mail app
  • Android Gmail app
  • Android Yahoo! Mail app
  • BlackBerry OS5
  • Windows Mobile 6.1
  • Windows Phone 7
  • Windows Phone 8

For a comprehensive list, visit the StyleCampaign blog.

Devices vs. apps: What determines support?

It’s a common misconception that media query and responsive email support is based on the device or operating system being used. In fact, it’s the application used to view the email that determines support. In other words, it’s possible to view the same email in two apps on the same phone, each with different support for responsive design.

Sources

  • Article: “Smartphone users check their phones an average of 150 times a day”
  • BlueHornet Study: “Consumer View of Email Marketing”
  • StyleCampaign Blog: Responsive email support 

Try our free Litmus Community Templates

how to responsive email design infographic

Responsive design is easy with Litmus Community Templates

The Litmus Community Templates are a collection of free, elegant, and pre-tested templates for you to use for anything from product launches to welcome emails.

Get the templates →

Justine Jordan

Justine Jordan

Justine Jordan was the VP Marketing at Litmus