The standard Webflow breakpoints media queries are:- Desktop sizes are above 992px are handled in the initial CSS.
Webflow Responsive Breakpoints
These are the standard Webflow Responsive Breakpoints:- With some digging it is possible to change the Responsive Breakpoints for the Webflow Menu by editing this CSS. Say for example that we want the main menu to display after 767px and not 991px (standard). We simply reverse edit the 991px declaration:- That’s very rudimentary and a more responsive menu in Webflow …