Whole page
Page scrolls sideways
WCAG 2.2 success criterion 1.4.10 Reflow (Level AA)
- WCAG 2.2
- 1.4.10 Reflow
- Level
- AA
- Default severity
- Needs review
- Available in
- Free
Why it matters
People who zoom in to read, and everyone on a phone, need text to wrap to the width of the screen. When one wide element pushes the page wider than the window, they have to scroll sideways on every line, which makes reading slow and tiring. WCAG asks for content to work at 320 pixels wide, which is what a desktop page looks like at 400% zoom.
Who it affects: Keyboard, screen reader and low-vision users — every visitor meets the page title, language, landmarks, keyboard focus, target sizes and zoom settings on every page.
What Lumtera flags
Checked in review mode's Whole page tab, at the current window width: a page that is wider than the window, so it scrolls sideways. The item names the first element that sticks out past the right edge, as a place to start. To test narrow screens and zoom, resize the window or zoom in and run the check again.
How to fix it in WordPress
Find the element that sticks out (often a wide table, image, embed or fixed-width block) and let it shrink: max-width: 100%, or wrap tables so they scroll on their own. Then test with the window 320 pixels wide, or zoomed to 400%.
Example
.price-table { width: 960px; }
.price-table-wrap { overflow-x: auto; }
.price-table { width: 100%; }
How to check your fix
- Reload the page in review mode and run the Whole page tab again. The finding disappears once the rendered page passes.
- Load the page and press Tab: a "Skip to content" link should appear first, and you should always see where focus is, even under a sticky header. Pinch-zoom on a phone, and check the browser tab shows a meaningful title.
Check your pages with Lumtera
This check is free. Open any post, choose Accessibility in the admin bar, then the Whole page tab: Lumtera checks the page as your browser renders it, theme, menus and footer included, one page at a time.
Related checks
-
WCAG 2.4.2 · AError
Page title is missing or generic
-
WCAG 3.1.1 · AError
Page language is missing or invalid
-
WCAG 1.3.1 · ANeeds review
Page headings are missing an H1 or skip levels
-
WCAG 1.3.1 · ANeeds review
Page landmarks are missing or share a name
-
WCAG 2.4.1 · ANeeds review
No working way to skip to the main content
-
WCAG 1.4.4 · AAError
Zooming is disabled
Start with the free plugin today
All 64 checks, the editor sidebar, Elementor panel and site report — free, with no account and no page limits.