Skip to content
Alamin Sultan
Platforms

What Are the Dimensions of a Web Page? A Practical Guide

By Alamin Sultan · 6 May 2026 · 4 min read

Short answer: A web page has no fixed size. It's fluid — it fills the browser window, which varies by device. What matters is designing for a range of viewport widths (roughly 320px to 1920px+), using standard breakpoints to change the layout, and keeping the readable content within a max-width of about 1100–1300px on large screens so lines of text don't get too long. Height is unlimited — pages scroll.


Why there's no single answer

The old idea of "the web page is 960px wide" came from an era of desktop-only monitors. Today a page is viewed on phones, tablets, laptops, large monitors and TVs. A well-built page responds to whatever width it's given.


The widths that matter in 2026

Device classTypical viewport widthNotes
Small phone320–375pxDesign the tightest layout here first
Large phone390–430pxMost mobile traffic
Tablet768–834pxPortrait tablet, small laptop split-screen
Laptop1024–1440pxThe most common desktop range
Desktop / large1536–1920px+Content stays centred; margins grow

Design mobile-first: build the small layout, then add complexity as the screen grows.

Common breakpoints

These are where the layout typically changes:

  • 480px — small phone → large phone tweaks
  • 768px — phone → tablet (single column → two columns)
  • 1024px — tablet → laptop (full navigation, multi-column)
  • 1280–1440px — laptop → desktop (wider content, more whitespace)

Content max-width

Even on a 1920px screen, you don't want text spanning the whole width — long lines are hard to read. Keep the main content column to about 65–75 characters per line, which is roughly 640–760px for body text, inside an overall container of 1100–1300px.

Height and the fold

Pages scroll, so total height is unlimited. "Above the fold" still matters — the first ~700–900px on desktop and ~600px on mobile is what people see before scrolling, so put your key message and action there.

Safe areas

On modern phones, account for the notch and the home indicator with CSS so content and fixed bars aren't clipped.


Key takeaways

  • A web page is fluid — there's no fixed width or height.
  • Design mobile-first for ~320–430px, then use breakpoints at 480 / 768 / 1024 / 1280.
  • Keep readable content to ~640–760px wide inside a ~1100–1300px container.
  • Put the key message and CTA in the first screen (~600px mobile, ~800px desktop).

FAQ

What size should I design my mockups at?
A common set is 375px (mobile), 768px (tablet), 1440px (desktop). Design the 375px view first.
Is there a maximum page width?
No hard limit, but content usually stops expanding around 1300–1440px and the extra space becomes margin.
How tall should a landing page be?
As tall as it needs to make the case — but the offer and CTA must be visible before any scrolling.

Alamin Sultan

Web developer for real estate and e‑commerce. WordPress · Next.js · MERN.

Related

Platforms

Shopify vs WooCommerce: Which Should You Build On?

Choose Shopify if you want a hosted, low-maintenance store, are selling standard products, and value speed-to-launch and reliability over deep customisation. Choose WooCommerce if you already run WordPress, need custom l

31 Aug 2026 · 6 min read

Platforms

How to Find Out Who Made a Website

Check the footer for a "Website by…" credit; view the page source for a builder's name in the code or comments; run the domain through a WHOIS lookup for the registrant; use a technology detector like Wappalyzer or Built

6 May 2026 · 4 min read

Platforms

How to Upload a Document to a Website

Most content management systems have a media library — upload the file (PDF, DOCX, image) there, then link to it from a page or button. In WordPress: Media → Add New, then insert a link. In Shopify: Settings → Files, upl

6 May 2026 · 4 min read

Ready for a website that pays for itself?

Book a free 30‑minute call. I'll review your current site, show you what's costing you leads or sales, and tell you exactly what I'd do. No commitment.

5.0★ average rating · 350+ projects · 25+ countries · reply within 2 hours