Checks · mobile
Content Wider Than Screen
Error mobile.content_wider_than_screen
What it means
At 375px the page is wider than the viewport, so phones scroll horizontally. Usually a fixed-width element, table or image.
How to fix it
Find the element with a fixed width or min-width larger than the viewport; use max-width: 100% and responsive units.
Where to find it in Truelint
Open the Issues pane on the right of the workspace and select Content Wider Than Screen. The grid filters to every affected URL and the detail pane shows the specific finding for each. Export the list with Export → Current view, or from the API:
GET /api/v1/crawls/{handle}/issues/mobile.content_wider_than_screen