Selecting a breakpoint displays the appearance of the page or template for the corresponding device and screen resolution.
The breakpoints per device type are as follows:
- Desktop
- Landscape tablet (max: 1280px)
- Portrait tablet (max: 1024x)
- Landscape mobile (max: 768px)
- Portrait mobile (max: 480x)
- Small portrait mobile (max: 320px)
Removing a component applies to all devices and breakpoints (desktop, tablet, and mobile). It is not possible to remove a component for one device or breakpoint but not another.
- Designing a page or template separately for each of the responsive breakpoints is important for accessibility and end-user satisfaction.
- CSS changes made for one breakpoint apply to the current breakpoint and smaller formats. For example, a CSS modification to the vertical tablet display also applies to the vertical and horizontal mobile displays.
- Desktop mode is selected by default.
When switching to a smaller device or screen resolution, the size of the canvas updates accordingly.