Mobile-Friendly Column Layout
Master responsive HTML email layouts for all devices
Media queries are not supported in some mobile email clients. Gmail used to strip out the entire style tag and its media queries altogether, but now keeps them in most places. Users without media query support will see the desktop version scaled down.
Let's examine our design mockup to develop a strategic approach for implementing the remaining content sections. Navigate to Desktop > Class Files > yourname-Responsive Email Class on your system.
Double-click 2-Column Email Design Mockup.pdf to open the complete design specification.
Our goal is to implement three "exclusive picks" content blocks, each containing an image, headline, and descriptive text. The challenge lies in creating a robust 2-column desktop layout that gracefully collapses to a single column on mobile devices. We'll achieve this through strategic table nesting—a technique that, while initially complex, provides precise layout control across email clients.
We'll begin by establishing the foundational structure for our first exclusive pick (the boxing date promotion). Our approach involves creating a parent single-column table within the existing content area, then nesting a two-column table inside it. This nested table will house our content: the promotional image in the left column and the corresponding headline and description in the right column. Here's the structural hierarchy we're implementing:

Key Takeaways



