Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The realities of responsive design: Does more responsive mean less design?

Mary Baum
June 07, 2014

The realities of responsive design: Does more responsive mean less design?

Responsive WordPress design gets knocked in two ways. People claim WordPress sites all look alike - and that responsive sites look alike. True or false? And if true, how can we make it false?

Mary Baum

June 07, 2014
Tweet

More Decks by Mary Baum

Other Decks in Design

Transcript

  1. Numbers we all know. More than half of all web

    traffic comes from mobile devices. For lots of people, a phone is their only connection to the web. They are not going to buy a desktop machine.
  2. Not quite three designs. All content on all devices. Make

    the most of each experience. Touch vs hover, other UI issues. Targets for fat fingers: 40px recommended. Rethinking tool tips. Don’t hide critical info in a hover state.
  3. A little math upfront… Translate widths into percentages at the

    beginning. Instead of .content { 780px; } .sidebar { 320px; } Convert to .content { 71%; } .sidebar { 27%; }
  4. So far: When you’ve got the time and money, and

    the client’s onboard, go mobile-first. If you’ve got resource limitations, start responsive.
  5. But you at least get a phone view out of

    it. Not a best practice.