|
|
|
|
|
by blowski
4612 days ago
|
|
At TechHub more than half our emails are opened on mobile (and mostly on iPhones, although there is some selective bias in there because of default image display settings). So mobile-first makes sense in every way. > We began by asking, what layouts work well on mobile? The answer for us was to think “single column.” This is nearly always the case. You can include pictures, and then use `align="right"` (or left) to make text float round the picture. You can use media queries to hide the picture entirely on mobile. You can also use two buttons, one for mobile (which stretches to 100% width and more height) and one for desktop. We use Litmus (http://litmus.com) to render test everything. I have a strange love for coding HTML emails, so if I can help anyone with a bit of free advice, feel free to ask. @blowski |
|