Designing for screens smaller than 320px (like older phones, smartwatches, and some edge-case devices) is generally not necessary for the vast majority of Webflow projects.
Most designers and developers ignore sub-320px widths, focusing instead on:
Desktop (992px+)
Tablet (768–991px)
Mobile Landscape (480–767px)
Mobile Portrait (up to 479px, usually targeting 320px+)
If a layout still works decently below 320px without major issues, that’s sufficient in most cases.
Accessibility and readable content should scale down gracefully, but pixel-perfect design is not expected below 320px.
If you’re creating content for:
Emerging markets with exceptionally small/older devices
IoT or wearable devices
A data-heavy audience that tracks engagement in extremely narrow viewports
...then it may be worth testing below 320px, but only if analytics validate the need.
You do not need to prioritize responsiveness below 320px in Webflow unless your analytics show significant traffic from those devices. Standard practice is optimizing from 320px and up, which covers nearly all modern mobile users.