Quick links
π Sign in
πΒ Create account
π¬ Chat on Slack
π© [email protected]
π₯Β Website standards.site
π¦ Twitter @standards_site
π· Instagram @standards.site
Updates
Design & Editing
In this guide:
Mobile optimization is the process of altering settings to enhance a site for viewers on smaller-than-desktop screens. Often optimizations are required for mobile devices, and are encouraged for tablets. All Standards projects start with a desktop breakpoint by default. Tablet and mobile breakpoints can be added which will display optimized settings at those sizes.
Desktop
Default breakpoint, optimized for larger monitors and laptops over 1020 pixels wide.
Tablet
Optimized for screen widths 1020px to 600px.
Mobile
Optimized for screen widths 600px and under.
<aside> π‘
Tip: Breakpoints can be deactivated/activated from the breakpoint dropdown in the editor top bar
</aside>
There are two primary ways to add breakpoints to your Standards projects.
Editing individual breakpoints is as simple as selecting the breakpoint from the breakpoint dropdown in the top bar or by pressing the R keyboard hotkey. Then select elements to modify and edit their settings.
Most settings in tablet and mobile breakpoints can be modified to differ from desktop. Settings that differ will display a blue dot beside them for easy recognition. These can be reset by selecting the blue rotating arrows icon that appears beside the settings group title.
One of the most common changes from desktop that make mobile sites optimized is to the menu. Menus can be optimized for each breakpoint. Often the mobile menu is more of a takeover style while desktop may have a smaller flyout or sidebar.
Learn more about Navigation Menu