Independent Canadian web design and development since 2003See how the web changed →
WebForLess flagship guide

Design One Website for Every Screen and Situation

Responsive design is not the act of shrinking a desktop page. It is the planning of content, layout, controls, media and performance so people can complete important tasks across phones, tablets, laptops, large displays and assistive technologies.

Mobile-first planningFlexible layoutsAccessible controlsReal-device testing
Responsive Web Design framework
A connected discipline

Responsive Web Design requires more than one tactic

Responsive design is not the act of shrinking a desktop page. It is the planning of content, layout, controls, media and performance so people can complete important tasks across phones, tablets, laptops, large displays and assistive technologies.

Responsive design is a content decision

The strongest responsive work begins before CSS breakpoints.

Build fluid systems instead of fixed pages

Modern responsive layouts use flexible grids, relative units, intrinsic sizing and components that adapt to available space.

Typography must remain readable

Responsive typography balances line length, font size, spacing and hierarchy.

Images and media need responsive delivery

A large desktop image should not automatically be sent to every phone.

Navigation and controls must work by touch

Menus, filters, forms and dialogs need more than a compact appearance.

Performance is part of responsive design

Mobile users may have powerful phones but unreliable networks, battery constraints or data limits.

Chapter 1

Responsive design is a content decision

The strongest responsive work begins before CSS breakpoints. Teams decide what matters most, which actions must remain easy, how content should reflow and what can be progressively disclosed. A clear hierarchy makes the same page useful in a narrow viewport and a wide one.

Practical priorities

  • Prioritize tasks rather than screen sizes.
  • Write headings and labels that survive narrow layouts.
  • Avoid hiding essential information only because space is limited.

The purpose is not to add process for its own sake. The purpose is to make decisions visible, reduce avoidable risk and build a result that remains understandable after launch. Teams should document assumptions, assign ownership and verify the experience using real tasks rather than relying only on a tool score.

Responsive design is a content decision visual framework
Chapter 2

Build fluid systems instead of fixed pages

Modern responsive layouts use flexible grids, relative units, intrinsic sizing and components that adapt to available space. Breakpoints should respond to content pressure, not a list of popular devices that will soon change.

Practical priorities

  • Use minmax, flexbox and grid thoughtfully.
  • Allow text and controls to wrap without collision.
  • Test zoom and large text, not only viewport width.

The purpose is not to add process for its own sake. The purpose is to make decisions visible, reduce avoidable risk and build a result that remains understandable after launch. Teams should document assumptions, assign ownership and verify the experience using real tasks rather than relying only on a tool score.

Build fluid systems instead of fixed pages visual framework
Chapter 3

Typography must remain readable

Responsive typography balances line length, font size, spacing and hierarchy. Very small text may fit but becomes tiring. Very large text can dominate a phone. Fluid sizing can help, but it needs sensible minimums and maximums.

Practical priorities

  • Aim for comfortable line lengths.
  • Preserve heading order across layouts.
  • Give paragraphs and lists enough vertical rhythm.

The purpose is not to add process for its own sake. The purpose is to make decisions visible, reduce avoidable risk and build a result that remains understandable after launch. Teams should document assumptions, assign ownership and verify the experience using real tasks rather than relying only on a tool score.

Typography must remain readable visual framework
Chapter 4

Images and media need responsive delivery

A large desktop image should not automatically be sent to every phone. Responsive images, modern formats, explicit dimensions and appropriate cropping improve speed and stability. Art direction is useful when the subject would be lost in a narrow crop.

Practical priorities

  • Use srcset or picture where appropriate.
  • Reserve image dimensions to reduce layout shift.
  • Provide meaningful alternatives for informative media.

The purpose is not to add process for its own sake. The purpose is to make decisions visible, reduce avoidable risk and build a result that remains understandable after launch. Teams should document assumptions, assign ownership and verify the experience using real tasks rather than relying only on a tool score.

Images and media need responsive delivery visual framework
Chapter 5

Navigation and controls must work by touch

Menus, filters, forms and dialogs need more than a compact appearance. Touch targets require space, focus must remain visible, keyboard operation must work and labels must be understandable without hover.

Practical priorities

  • Avoid hover-only information.
  • Keep primary actions reachable and predictable.
  • Test menus with keyboard and screen readers.

The purpose is not to add process for its own sake. The purpose is to make decisions visible, reduce avoidable risk and build a result that remains understandable after launch. Teams should document assumptions, assign ownership and verify the experience using real tasks rather than relying only on a tool score.

Navigation and controls must work by touch visual framework
Chapter 6

Performance is part of responsive design

Mobile users may have powerful phones but unreliable networks, battery constraints or data limits. Responsive design should reduce unnecessary scripts, avoid oversized media and load the critical experience quickly.

Practical priorities

  • Measure on slower networks and mid-range devices.
  • Defer nonessential code.
  • Prioritize the content required for the first task.

The purpose is not to add process for its own sake. The purpose is to make decisions visible, reduce avoidable risk and build a result that remains understandable after launch. Teams should document assumptions, assign ownership and verify the experience using real tasks rather than relying only on a tool score.

Performance is part of responsive design visual framework
Chapter 7

Testing requires a matrix, not one screenshot

Browser resizing is useful but incomplete. A practical matrix includes narrow and wide viewports, portrait and landscape, touch and keyboard, zoom, text enlargement, slow connections and real devices. Test pages with long names, errors and unexpected content.

Practical priorities

  • Test component states, not only ideal pages.
  • Include forms, tables, modals and navigation.
  • Record defects by task and severity.

The purpose is not to add process for its own sake. The purpose is to make decisions visible, reduce avoidable risk and build a result that remains understandable after launch. Teams should document assumptions, assign ownership and verify the experience using real tasks rather than relying only on a tool score.

Testing requires a matrix, not one screenshot visual framework
Working checklist

Questions to verify before implementation

Use these prompts during planning, review and launch. The downloadable guide expands them into worksheets your team can complete.

✓ Prioritize tasks rather than screen sizes.
✓ Write headings and labels that survive narrow layouts.
✓ Avoid hiding essential information only because space is limited.
✓ Use minmax, flexbox and grid thoughtfully.
✓ Allow text and controls to wrap without collision.
✓ Test zoom and large text, not only viewport width.
✓ Aim for comfortable line lengths.
✓ Preserve heading order across layouts.
✓ Give paragraphs and lists enough vertical rhythm.
✓ Use srcset or picture where appropriate.
✓ Reserve image dimensions to reduce layout shift.
✓ Provide meaningful alternatives for informative media.
What we have learned since 2003

Clarity outlasts trends

The tools and terminology keep changing, but the strongest projects still begin with a clear purpose, understandable ownership and respect for the person using the website. A fashionable technique cannot rescue weak information architecture, fragile implementation or unclear responsibility.

Practical download

Responsive Design Testing Guide

Use the printable workbook to document decisions, risks, responsibilities and verification steps before and after launch.

Download PDF
Questions people ask

Responsive Web Design FAQs

What is responsive web design?

It is a structured approach that aligns technology, content and business requirements rather than treating one isolated feature as the whole solution.

Is responsive design the same as mobile-friendly?

It is important, but it should be evaluated as one part of a complete system rather than a stand-alone guarantee.

Should design start with mobile?

The decision should follow risk, value and operational capacity rather than a universal rule. Test critical journeys and preserve a rollback path.

How many breakpoints are needed?

Start with evidence and priorities, implement the smallest coherent improvement, verify the result and keep an ownership plan for future change.

What is a fluid layout?

It is a structured approach that aligns technology, content and business requirements rather than treating one isolated feature as the whole solution.

Do responsive sites need a separate mobile URL?

A useful answer depends on the website, audience, risk and desired outcome. Begin with an audit, document assumptions and validate changes against real tasks.

How should images be optimized?

Start with evidence and priorities, implement the smallest coherent improvement, verify the result and keep an ownership plan for future change.

What is responsive typography?

It is a structured approach that aligns technology, content and business requirements rather than treating one isolated feature as the whole solution.

How large should touch targets be?

Start with evidence and priorities, implement the smallest coherent improvement, verify the result and keep an ownership plan for future change.

How do tables work on small screens?

Start with evidence and priorities, implement the smallest coherent improvement, verify the result and keep an ownership plan for future change.

Does responsive design affect SEO?

It can influence visibility, usability or reliability, but results depend on implementation quality, competition, user needs and the wider website system.

How should menus change on mobile?

Start with evidence and priorities, implement the smallest coherent improvement, verify the result and keep an ownership plan for future change.

What devices should be tested?

It is a structured approach that aligns technology, content and business requirements rather than treating one isolated feature as the whole solution.

Can an old website become responsive?

Yes in many cases, provided the existing platform, content and ownership constraints are understood before changes begin.

How often should responsive testing occur?

Start with evidence and priorities, implement the smallest coherent improvement, verify the result and keep an ownership plan for future change.

Plan the next step

Build a result your team can understand and own

Tell us what the website or system needs to accomplish, what is currently getting in the way and which risks matter most.

Start a conversation