You've probably heard a vendor say: "We'll make this RWD," "We'll set a few breakpoints," "Let me check the viewport." These three words show up together because together they answer one question — why does your site look fine on a computer but break on a phone, with tiny text and constant pinch-zooming? Explain them with "a piece of clothing that fits itself," and next time you read a quote or talk to a vendor, you'll know what you're buying and what to ask.
Why Explain These Three Together
Because they're three angles on one thing: RWD is the overall approach that "makes the site fit itself," breakpoints are the rules for "at which sizes to switch layout," and viewport is the measure of "how big the user's window is." Drop any one and the mobile experience suffers.
RWD (Responsive Design): Clothing That Fits Itself
One line: one site that adapts automatically to phone, tablet and desktop. Analogy: RWD is stretchy clothing that fits itself — the same garment hugs different body shapes, rather than tailoring one per person. Business scenario: you run a restaurant; your menu site is RWD, so whether a guest checks hours on a phone or private-room details on a computer, the layout arranges itself neatly — and you maintain one set of content. Technical detail: MDN's responsive design guide.
Breakpoint: The Sizes Where the Cut Changes
One line: when the screen width hits a certain value, the layout switches to another arrangement. Analogy: breakpoints are like S/M/L clothing sizes — cross a size boundary and you switch cut to fit. Websites too: narrow past a width, and three columns collapse to one, the menu folds into a hamburger. Business scenario: your shop shows four products per row on desktop; at the tablet breakpoint it becomes two, at the phone breakpoint one — no squinting, no side-scrolling. How well breakpoints are set decides how browsable and buyable your site is on mobile.
Viewport: The Window in Front of the User
One line: the visible area a user's device can actually show of a page. Analogy: the viewport is a window — the same view (your page) shows a different amount through a big window (computer) versus a small one (phone). The page must first tell the browser "how big this window is," or content gets crammed and shrunk. Business scenario: many sites show unreadably tiny text on phones simply because a viewport line is missing, forcing the phone to shrink the desktop width. Set it right and content lays out properly for the phone screen. See MDN's viewport guide.
How the Three Connect (Concept Map)
Picture a line: Viewport (measure how big the window is) → Breakpoint (decide which layout that width needs) → RWD (the overall method that makes content fit itself). Viewport provides the size, breakpoints decide the switch points, and RWD assembles it all into a design method. Chain them well and the site works on any screen. Common misconception: thinking "responsive = a shrunk-down desktop." Wrong — good RWD doesn't shrink the desktop; it re-prioritises content at each breakpoint so mobile users see the most important things first.
Concrete Impact on Your Decisions
These three tie directly to money, timeline and business: a poor mobile experience loses customers and hurts Google ranking (Google leads with mobile-first indexing). In a quote, RWD is usually included; extra time goes to "rearranging complex layouts across breakpoints" and "cross-device testing." Making mobile experience an acceptance priority is far cheaper than fixing it later.
Questions to Ask Your Vendor
- "Does the quote include RWD? Which devices and screen sizes do you test?" — confirm phone and tablet are in scope, not desktop-only.
- "How are breakpoints set? Will key info get pushed to the bottom on mobile?" — ensure content is re-prioritised for phones.
- "Is the viewport set correctly? Can you demo it on a few real phones?" — accept on real devices, not just an emulator.
FAQ
Is a mobile version a separate line-item cost?
The modern approach isn't 'two websites' — it's one RWD (responsive) build that makes the same content adapt to any screen, usually included in the site quote. Extra time goes to layouts that need heavy rearranging across breakpoints, or complex interactive components. Ask 'does the quote include RWD, and which devices do you test?' to surface the difference.
My site looks broken on mobile — text tiny, layout off. Is it faulty?
Usually not broken, just a missing viewport setting or badly placed breakpoints. A common cause is no viewport tag, so the phone crams the desktop width; or breakpoints that don't cover certain sizes. These are usually easy fixes — ask the vendor to check the viewport and breakpoint settings.
What's the difference between responsive and 'a separate mobile site'?
Responsive is one codebase, one URL, adapting to all screens, maintained once. A separate mobile site (m. subdomain) is two codebases to maintain, prone to content drift, and worse for SEO. Barring special reasons, responsive is the standard now.
Does mobile experience affect Google ranking?
Yes. Google uses mobile-first indexing, evaluating your mobile content primarily; slow loads, broken layouts and tiny text on mobile can hurt ranking and conversion. Mobile experience isn't just looks — it's a real business issue.
Call to Action
Want to know if your site trips over these three on mobile? We'll run a quick cross-device audit of your RWD, breakpoints and viewport and hand you a fix list. Free consult:
- Email: [email protected]
- Phone: 0916-224-047
- LINE: @ufv9089p