Learn Web Design
Above-the-Fold on Mobile: Designing for Thumbs and Short Attention
You spent three weeks getting the copy right, paid a designer for the hero image, and set up your ad campaign. Traffic rolls in. Then you check the data: 78% of visitors are on mobile, and they’re bouncing in under eight seconds. That’s not a copy problem. That’s a mobile landing page design problem, and it almost always lives in the first screenful people see.
I’ve audited enough landing pages to say this confidently: most designers still build for a 1440px desktop canvas and then squeeze it down. That’s backwards. The people clicking your ads are holding their phones with one hand, probably while doing something else. Your page has about five seconds and roughly 600 vertical pixels to make them care.
What “Above the Fold” Actually Means on a Phone
On desktop, above the fold is roughly 768px tall. On a modern smartphone, with browser chrome eating into the viewport, you’re working with 560px to 650px. That’s not much. An oversized hero image can blow the entire budget. A headline that wraps across four lines eats another third of that space.
The fold isn’t a fixed line either. It shifts by device, browser, and whether the user has their address bar pinned or hidden. I treat 600px as a safe ceiling for what will reliably land above the fold across the widest spread of Android and iOS devices. Everything that needs to earn the click should live inside that box.
Pro tip: Open your own landing page on your personal phone, screenshot the first view without scrolling, then print it and cover everything below the screenshot. That cropped image is the only thing a large chunk of your visitors will ever see.
The Thumb Zone Problem Nobody Talks About
Steven Hoober’s research on one-handed phone use found that 49% of people hold their phone with one hand and scroll with their thumb. The comfortable reach zone for most thumbs covers the bottom two-thirds of the screen. The very top of the screen is a stretch. The center-top is awkward.
Most landing pages put the primary CTA button at the top, right below the headline. That’s the hardest spot for a right-handed thumb to tap accurately. It’s also where the browser back button lives, which means a misfire sends the visitor away entirely.
I think a better layout puts the CTA in the lower third of the above-fold view, or as a sticky bar that follows the user down the page. Touch targets should be at minimum 48px tall. I prefer 56px for primary actions. The extra 8px sounds trivial and it genuinely is not.
This connects directly to UI/UX Design: the best-performing pages I’ve worked on treat the touch target as a design constraint that shapes the whole layout, not an afterthought you sprinkle on at the end.
Five Things Your Above-the-Fold Section Needs (and One It Doesn’t)
There’s a common checklist that floats around: headline, subheadline, hero image, trust badge, and CTA. I’ve seen pages with all five that still convert terribly, because the elements fight each other for space.
Here’s what I actually think needs to be there:
- A headline that names the outcome, not the product. “Book a free growth audit” beats “Our digital marketing services.” Under 10 words. Minimum 28px on mobile.
- A single supporting line. One sentence. It answers “for whom?” or “how fast?” It doesn’t repeat the headline.
- A CTA that states the action, not a vague verb. “Get my free quote” beats “Submit.” The button label is a micro-promise.
- One trust signal. A client logo, a review snippet, a real number. Not three badges and a carousel. One.
- Visible negative space. Crowded above-the-fold sections feel like spam. White space is doing design work, not wasting it.
The thing it doesn’t need: a background video. Autoplay video burns mobile data, slows load, and rarely adds conversion value. I’ve tested this more than once. Kill it.
Load Speed Is a Design Decision
Google’s own data shows 53% of mobile visitors leave a page that takes more than three seconds to load. Not slow-slow. Three seconds. That number hasn’t changed much in years because human patience hasn’t changed.
Speed isn’t just a dev concern. Every image you add to the above-fold section is a load-time decision. A 400KB WebP hero loads faster than a 1.2MB JPEG. A single-column layout renders faster than a two-column grid that needs JavaScript to reflow. Font choices affect render speed. Even choosing a system font stack over a custom Google Font shaves 200-400ms on a slow 4G connection.
Pro tip: Run your landing page through PageSpeed Insights and look at the “Largest Contentful Paint” score specifically. That number tracks how fast your above-fold content visually appears. Below 2.5 seconds is passing. Above 4 seconds is a conversion problem, not just a technical one.
Good Landing Page Design bakes performance into the brief, not as a post-launch cleanup task.
Mobile Copy Is Different from Desktop Copy
On desktop, a user might read a 30-word headline if it’s interesting. On mobile, they’re skimming at 2x the speed while being interrupted. Your headline has one job: stop the thumb.
Short sentences work. Four to eight words per sentence in the above-fold area. The subheadline can breathe a little more, but I cap it at two lines on a 375px screen. Any longer and it’s pushing the CTA below the fold, which means a visitor has to scroll before they can act. That extra scroll costs you conversions.
I also pay attention to contrast ratios. WCAG AA requires 4.5:1 for body text. On mobile, I go to 7:1 for anything above the fold because outdoor reading in bright Dubai sunlight is a real use case. A headline that’s legible indoors can wash out completely on a glaring screen in direct light.
The Hidden Cost of Carousels and Sliders
Hero carousels are still everywhere. They’re also consistently one of the lowest-performing above-fold elements in every test I’ve seen. On mobile, they’re worse. Carousels introduce layout shift, slow load, and train users to wait for the “right” slide rather than acting on what they see now.
The justification is usually “we have multiple messages.” That’s a strategy problem, not a design solution. If you have multiple audiences, build multiple landing pages. If you have one audience, pick your single strongest message and say it once, clearly.
Static layouts outperform carousels in my experience. This isn’t controversial among conversion-focused designers. It just requires a harder internal conversation.
Forms Above the Fold: When It Works and When It Backfires
Some pages put a form in the above-fold section. Done right, this can compress conversion paths dramatically. Done wrong, it signals the site is going to be demanding before it’s been useful.
The rule I use: a form above the fold works when the ask is tiny (name and email) and the promise is specific (“I’ll send the audit report in 24 hours”). A full qualification form with six fields above the fold will kill your conversion rate on mobile. People see the form, remember the time it took to fill out the last form, and leave.
On mobile specifically, multi-step forms almost always outperform single long forms. Show two fields, a next button, then two more. The commitment builds progressively. Each small yes makes the next yes easier.
What Most Guides Get Wrong About “Mobile-First”
Mobile-first is a design order, not a design style. It means you sketch the mobile layout before the desktop layout, so constraints shape decisions rather than fight them. It doesn’t mean the desktop version suffers or that you design a stripped-down experience.
I see a lot of pages that are technically responsive but weren’t actually designed mobile-first. You can tell because the hero image is a wide horizontal photo that crops badly in portrait. The CTA button is full-width because it had to be, not because someone thought about it. The font sizes are set in pixels rather than responsive units, so they’re too small on a 360px Android screen and fine on an iPhone 15 Pro Max.
Responsive isn’t the same as intentional. I’d take a tight, considered mobile layout over a technically responsive mess any day.
A Comparison: What Changes Between Desktop and Mobile Above the Fold
| Element | Desktop Approach | Mobile Approach |
|---|---|---|
| Headline font size | 48 to 72px | 28 to 36px (2 lines max) |
| Hero image | Full-width horizontal photo | Portrait crop or no image |
| CTA size | Standard button | Minimum 48px tall, full-width preferred |
| CTA placement | Above fold, center or right | Lower third of viewport or sticky bar |
| Form fields visible | 2 to 4 fields acceptable | 1 to 2 max, or multi-step |
| Navigation | Full nav bar | Logo only, or minimal hamburger |
| Trust elements | Row of logos | One strong signal, text or single logo |
| Video autoplay | Sometimes useful | Avoid; use static thumbnail with play button |
Three Mobile Above-the-Fold Mistakes I See Every Week
After working on landing pages across e-commerce, SaaS, and service businesses, the same mistakes show up constantly.
Navigation that dominates. A sticky header with a logo, full nav links, and a phone number eats 80-100px on mobile. That’s 15% of your above-fold real estate gone on links that don’t drive conversions. For campaign-specific landing pages, remove the nav entirely. The page has one job.
Headline copy pasted from the desktop version. “Transform Your Business With Our Award-Winning Digital Solutions” is nine words that say nothing. It also wraps to four lines on a phone. A mobile headline needs to be shorter, more specific, and carry a concrete benefit.
Social proof placed below the fold. If your trust signal (review, client logo, case study number) is sitting after a long hero section, most mobile users won’t scroll to it before deciding whether to stay. One strong trust element belongs above the fold. The rest can live below.
Pro tip: Record a real user navigating your landing page on their phone using a tool like Hotjar or Microsoft Clarity. Watch where their thumb goes first. I’ve seen CTAs that were “clearly visible” on screen that users completely ignored because the eye path on mobile reads differently than on desktop.
Ready for a Mobile Landing Page Design That Actually Converts?
Everything I’ve covered here points to the same thing: mobile landing page design isn’t about making a desktop page smaller. It’s about building for the real constraints of a phone screen, a distracted user, and a thumb-driven interaction. Getting that right requires intentional choices at every step, from the headline size to the CTA placement to the image format.
If you want a landing page that converts mobile traffic instead of losing it, Landing Page Design is exactly what I do. Message me on WhatsApp and we can talk through your project in 10 minutes.
Questions People Actually Ask About Mobile Landing Pages
What is the ideal above-the-fold height for mobile landing pages?
Aim for 600px or less as your safe zone. Most modern smartphones display between 560px and 680px of content above the fold after browser chrome. Designing within 600px ensures your headline, subheadline, and CTA are visible across the widest range of Android and iOS devices without requiring any scrolling first.
How big should CTA buttons be on mobile?
The minimum is 48x48px per Google’s guidelines, but I recommend 56px tall for primary CTAs. Full-width buttons perform better than centered short buttons on mobile because they’re easier to tap with any finger. Add 12px of padding above and below the button text so it doesn’t look cramped on smaller screens.
Does page load speed really affect mobile conversions?
Yes, and significantly. Google data shows 53% of mobile visitors abandon pages that take longer than three seconds to load. Every extra second of load time reduces conversions by approximately 7%. The biggest culprits on mobile are uncompressed hero images, render-blocking JavaScript, and custom font files loading before page content appears.
Should I use a full-screen hero image on my mobile landing page?
Usually no. A full-screen hero image pushes your headline and CTA below the fold on most phones. If the image is essential for context or trust, use a shorter cropped version that occupies the top third of the screen and keep your CTA visible without scrolling. Decorative heroes rarely improve conversion rates on mobile.
What’s the best font size for mobile landing page headlines?
Between 28px and 36px depending on font weight and line length. Anything below 24px forces users to pinch-zoom, which signals poor design. Headlines should wrap to a maximum of two lines on a 375px screen. Test at 360px width too, since many Android devices are slightly narrower than standard iPhone viewport widths.
How many form fields should a mobile landing page have?
One to two fields above the fold. If you need more information, use a multi-step form where users see two fields at a time. Research shows completion rates drop sharply after three visible fields on mobile. A small screen makes long forms feel heavier than they actually are.
Is a sticky CTA bar better than a regular button on mobile?
In most tests, yes. A sticky CTA bar removes the need to scroll back up to act. It works especially well on longer landing pages. The downside is a slight reduction in visible content. Keep the bar under 64px tall so it doesn’t crowd the reading experience.
Why is my mobile conversion rate so much lower than desktop?
The gap usually comes from three places: slow load time, a layout not built for thumbs, or form friction. Check your Largest Contentful Paint score in PageSpeed Insights first. Then audit CTA placement and button size. Often the fix is removing one form field or switching to multi-step.
Should I remove navigation from a mobile landing page?
For campaign or ad-specific landing pages, yes. Navigation gives visitors exits. A landing page with one goal shouldn’t offer twelve places to leave. A logo-only header is fine. If you need a way back to the main site, a subtle text link in the footer is enough without distracting from the page’s primary conversion goal.
How do I test whether my mobile above-the-fold section is working?
Start with session recordings using Hotjar or Microsoft Clarity to see where thumbs actually go. Run an A/B test on headline copy first, since that element usually has the biggest impact. If 60% of users aren’t scrolling past the hero, the above-fold section isn’t earning the next step.
Your Next Move Is One Screen Tall
Pull up your landing page on your phone right now. Don’t scroll. What you see in that first view is either earning clicks or losing them. If your CTA isn’t visible, if the headline wraps to four lines, or if there’s a giant image eating the space where trust and action should live, you’ve found the problem. Fix the fold first. Everything else is downstream of that.
Start the conversation
Want results like these for your business?
Tell me about your goals on WhatsApp and get a clear, no-pressure plan — usually within the same day.
