Websites & Digital Experience

Why Mobile Website Experience Matters More Than a Smaller Desktop Layout

Most of your visitors arrive on a phone, often on a middling connection and with one hand free. Designing for that first changes the order of your decisions, not only the width of your columns.

BYBO Editorial10 min read

FigureFour ways to treat the phone
Desktop, squeezed
  1. Squeezed desktopSame layout, smaller text, pinch to read
  2. Responsive layoutColumns stack, every decision stays the same
  3. Mobile-first contentPriorities chosen for the small screen first
  4. Designed for the thumbReach, speed, forms and calls all tested
Designed for the thumb
Contents
  1. In brief
  2. What does mobile-first actually change?
  3. Thumb reach, tap targets and spacing
  4. Readable type and layouts that reflow
  5. Speed on a mid-range phone and a patchy connection
  6. Forms that can be finished with a thumb
  7. Calls, messages and directions are mobile conversions
  8. Pop-ups, app banners and consent walls on a small screen
  9. Test on real devices, with real thumbs
  10. Where this has limits
  11. Questions
  12. Sources

In brief

  • Google indexes the mobile version of your pages, so anything missing on mobile is effectively missing from search.
  • WCAG 2.2 asks for tap targets of at least 24 by 24 CSS pixels, or equivalent spacing between smaller ones.
  • Judge speed on a mid-range phone on mobile data, against the thresholds Google publishes for real visitors.
  • Calls, WhatsApp messages and directions are the real mobile conversions. Test that each link opens the right app.

What does mobile-first actually change?

Almost every website today is responsive: the columns stack, the menu becomes three lines, the images shrink. That is a rendering decision, not a design decision. Mobile-first changes the order in which you decide things. You choose what goes on the first screen when there is room for one idea, which action deserves the thumb’s easiest position, and what must still work on a slow connection. Then you widen it for a laptop.

Search treats the phone as the real version too. Google’s documentation on mobile-first indexing says it uses the mobile version of a site’s content, crawled with the smartphone agent, for indexing and ranking. It asks that the mobile site carry the same content as the desktop site, the same clear and meaningful headings, the same structured data, equivalent titles and meta descriptions, and the same alt text for images. It also warns against lazy-loading primary content behind an interaction: Google will not load content that requires swiping, clicking or typing to appear.

Thumb reach, tap targets and spacing

A phone is usually held in one hand, sometimes while walking or standing in a moving bus. The comfortable arc for a thumb is the lower half of the screen, nearer the holding side. That is where the main action belongs — “Call”, “Book”, “Add to bag” — and it is why a primary button stranded at the top right of a long page gets so few taps.

Size and spacing have a published floor. WCAG 2.2 success criterion 2.5.8, Target Size (Minimum), a Level AA criterion, asks that targets for pointer inputs be at least 24 by 24 CSS pixels. The exceptions matter: undersized targets pass if a 24-pixel circle centred on each does not overlap another target, and links inside sentences, browser-drawn controls and essential arrangements such as pins on a map are excluded. The AAA criterion asks for 44 by 44. W3C lists who this helps, including anyone using a device one-handed, on public transport, or with a tremor.

  • Give icon buttons real padding, so the tappable area is larger than the drawing.
  • Keep a gap between adjacent links; a stack of menu items 18 pixels high will fail.
  • Never place a destructive or costly action beside a common one.
  • Put the main action within thumb reach, and repeat it at the end of a long page.
  • Check the sticky bar at the bottom does not sit under the phone’s own gesture area.

Readable type and layouts that reflow

Type that looks elegant on a designer’s monitor is often unreadable on a phone in daylight. Set body text at a size you can read at arm’s length, keep lines short, and leave space between paragraphs. Never disable pinch zoom, and avoid putting words inside images, because they cannot be enlarged, selected or read aloud.

The reflow criterion sets the structural floor. WCAG 2.2 success criterion 1.4.10 asks that content be presented without loss of information or functionality, and without scrolling in two directions, at a width equivalent to 320 CSS pixels — the exception being parts that genuinely need a two-dimensional layout, such as maps, data tables and diagrams. In practice this is the same discipline that makes a phone layout pleasant: one column, nothing running off the edge, and wide tables allowed to scroll inside their own frame rather than dragging the page sideways.

What breaks first on a narrow screen
ElementWhat goes wrongWhat to do
Price tablesThe page scrolls sidewaysLet the table scroll on its own
Long formsFields shrink, labels vanishOne field per row, labels above
Hero text on imagesContrast collapses in sunlightMove text below, or add a solid panel
MenusEvery item hidden behind an iconShow two or three key links

Speed on a mid-range phone and a patchy connection

The device you design on is not the device that judges you. Your customers are on phones one to four years old, with less processing power, on a connection that changes between a lift, a basement car park and a train. A page that appears instantly on office broadband can take many seconds there, and the visitor blames your business rather than the network.

Google publishes thresholds for what a good experience looks like in Core Web Vitals, measured from real visits at the 75th percentile: the main content should render within 2.5 seconds, taps should get a visible response within 200 milliseconds, and the layout should not shift under the reader’s thumb. Treat those as the floor for the pages that bring you enquiries, not as a score to chase across the whole site.

  • Photographs served at desktop size, then scaled down by the browser on a phone.
  • A hero video that plays before anyone has read a line.
  • Several typeface weights that each have to download before text appears.
  • Chat widgets, tracking tags and pop-up tools, each loading its own scripts.
  • Carousels and animation libraries used for one banner nobody swipes.

Forms that can be finished with a thumb

Typing on a phone is slow and error-prone, so every field costs you enquiries. Ask for the fewest you can act on, put one field per row with the label above it, and bring up the right keyboard: a number pad for a phone number, an email keyboard for an email address. Show errors beside the field they belong to, keep what the person already typed, and never clear the form because one entry was wrong.

Let the phone do the typing where it can. WCAG 2.2 success criterion 1.3.5, Identify Input Purpose, a Level A criterion, asks that the purpose of fields collecting information about the user can be determined programmatically. The usual way is the HTML autocomplete attribute, which W3C notes lets browsers fill in stored values such as a name, phone number or address, so the person confirms rather than types. It helps people with memory and motor difficulties most, and it helps everyone on a phone.

Calls, messages and directions are mobile conversions

On a phone, the fastest path to business is rarely a form. It is a call, a message or directions. Make the phone number a link that dials, not an image or plain text a customer has to copy. Give the WhatsApp button a first message already written, so the conversation starts with the product or the branch. Make the address open a map at the correct entrance, and put the opening hours beside it, including the days you are closed.

Then test each one on an Android phone and an iPhone, because a link that works in one browser can do nothing in another. Check who answers. A dialling button that reaches a phone nobody picks up on Sunday afternoon is worse than no button at all, and it is the sort of thing a design review never catches.

Pop-ups, app banners and consent walls on a small screen

A pop-up that is an annoyance on a large screen is a wall on a phone. Google describes intrusive interstitials and dialogs as page elements that obstruct users’ view of the content, usually for promotional purposes, and advises against obscuring the entire page or redirecting the visitor to a separate page for their consent or input. Where a site must show an interstitial because of the content it publishes, such as an age gate, the guidance is to overlay the page rather than send the visitor elsewhere.

In practice this means: no newsletter box three seconds after arrival, no full-screen “open in our app” panel over the page a customer came to read, and no consent box covering the button they need. If you must interrupt, use a small banner that is easy to dismiss and does not return on every page — then check it on a small screen, where a close button drawn at the very edge is often impossible to hit.

Test on real devices, with real thumbs

A narrow browser window on a laptop tells you whether the layout stacks. It cannot tell you whether the page is quick on a three-year-old phone, whether a thumb reaches the button, whether the text survives sunlight, or whether the call link works. Keep two or three ordinary phones for testing, not the newest one in the office, and use them the way customers do.

  1. Open the site from a WhatsApp link, on mobile data rather than office wifi.
  2. Complete the main task one-handed: find a product or service, then enquire.
  3. Tap the phone number, the WhatsApp button and the map link, and see where each lands.
  4. Submit the form with a wrong entry, and check nothing you typed disappears.
  5. Read a long page outdoors, and see whether anything covers the content.
  6. Check your main pages in Search Console or PageSpeed Insights.

Watch one person outside your business do all of this while you stay quiet. It is the cheapest research available, and it usually finds three problems no report would. Mobile layouts, navigation, touch controls and readable content are part of the build in our Website Design & Development work rather than a pass at the end, and the same care shows up in the details our guide to what makes a website feel premium describes. You can start a website enquiry with the tasks your customers most need to finish on a phone.

Where this has limits

  • Mobile-first does not mean mobile-only. Long forms, comparison tables and dashboards are genuinely easier on a large screen.
  • Not every audience is mobile. Some business buyers research at a desk all day, so check your own analytics before deciding.
  • Meeting target sizes and speed thresholds does not make a page useful. They are floors, not goals.
  • Field measurements need real visitors, so a small site may have too little data to act on. Test on devices instead of waiting.
  • Emulators approximate. They cannot reproduce a weak signal, a full phone, a cracked screen or bright sunlight.

Frequently asked questions

What is mobile-first indexing?

It is how Google crawls and ranks pages. Google’s documentation says it uses the mobile version of a site’s content, crawled with the smartphone agent, for indexing and ranking. In practice, anything you leave out of the mobile version is effectively invisible to search. Google asks for the same content, headings, structured data, titles and image alt text on both versions, and warns that content loaded only after a swipe or tap may never be seen.

How big should a button be on a mobile website?

WCAG 2.2 sets 24 by 24 CSS pixels as the Level AA minimum for pointer targets, with an exception where smaller targets have enough clear space around them. The AAA criterion asks for 44 by 44. For a primary action on a phone, aim comfortably above the minimum, give icon buttons padding rather than drawing them larger, and keep space between anything a hurried thumb might confuse.

Is a responsive website the same as a mobile-first website?

No. Responsive describes how a layout adapts: columns stack and images resize. Mobile-first describes the order of the decisions: what earns the first screen, which action gets the easiest position, what must load on a weak connection. A responsive site can still be a desktop design squeezed into a phone, with the important content pushed below four sections nobody scrolls past.

Why is our website slow only on phones?

Because phones have less processing power and a less reliable connection than the machine the site was built on. Large images, video, several font weights and third-party scripts all cost more on a phone: they take longer to arrive and longer to process. Test on a mid-range device on mobile data, then remove weight in order of size, starting with images and any script you cannot name a reason for.

How do we test a website on real phones?

Keep two or three ordinary phones, including an older Android model, and use them as customers do: open the site from a WhatsApp link on mobile data, complete the main task one-handed, tap the call, WhatsApp and map links, and submit the form with a mistake in it. Then check your main pages in Search Console or PageSpeed Insights, and watch one person outside the business try the same journey.

Where BYBO fits

Sources

  1. Mobile site and mobile-first indexing best practicesGoogle Search Central
  2. Understanding Success Criterion 2.5.8: Target Size (Minimum)W3C Web Accessibility Initiative
  3. Understanding Success Criterion 1.4.10: ReflowW3C Web Accessibility Initiative
  4. Understanding Success Criterion 1.3.5: Identify Input PurposeW3C Web Accessibility Initiative
  5. Web Vitalsweb.dev (Google)
  6. Avoid intrusive interstitials and dialogsGoogle Search Central

General information for business readers, not legal, financial or regulatory advice. Examples are illustrative, not client work. Published 11 September 2026.

Let’s build your next big impression.

Discuss your website