Canvas with three breakpoint frames: Desktop 1200, Tablet 810, Mobile 390
Three Canvas frames

Appifio Creator · Lesson C02 · Beginner → Intermediate

Canvas breakpoints:
Desktop · Tablet · Mobile

Use the three default Canvas breakpoints, add a custom width between 320-1920px via Add breakpoint, and turn on Fit to content height so frames aren’t clipped.

Learning goals: Read and reorder Canvas breakpoints, add custom widths in range, enable fit-height when needed, understand breakpoints are a viewing mode - not separate page copies.

Reading time: about 14 minutes

Prerequisites: You can switch to Canvas (C01).

Previous: C01 - View space: Standard vs Canvas

Next: C03 - Turn on Inspector: select elements, edit text & images

Main UI labels: Desktop (1200) · Tablet (810) · Mobile (390) · Add · Add breakpoint modal · Custom size · Fit to content height

Full process map

1. Turn on Canvas
→ three defaults: Desktop 1200 · Tablet 810 · Mobile 390
2. Click Add
→ Add breakpoint modal opens
3. Set Custom size
→ enter Label + Width (px), 320-1920
4. Save the breakpoint
→ Set custom breakpoint / Add
5. Arrange & refine
→ drag to reorder · Fit to content height if needed · delete unused frames

Glossary

TermMeaningWhere in the UI
BreakpointA fixed-width preview frame that simulates one device classFrames side by side on Canvas
Desktop / Tablet / MobileThree built-ins: 1200px / 810px / 390pxFixed label on each frame
Custom sizeA breakpoint you name and size yourself, 320-1920pxInside Add breakpoint modal
Fit to content heightFrame height grows with the page - no clip / no empty gapToggle on each breakpoint

Steps

Add breakpoint modal with Phone, Tablet, Desktop, TVs presets and Custom size fields
Add breakpoint

Step 1 - See the three defaults

After enabling Canvas (C01), Creator shows three frames side by side:

BreakpointDefault widthSimulates
Desktop1200pxTypical desktop screen
Tablet810pxiPad and mid-size tablets
Mobile390pxCommon phones (modern iPhone-class)

The artboard label often looks like “Desktop · 1200” - name plus width - so you know which frame you’re looking at when zoomed out.

Step 2 - Add a custom breakpoint

Click Add (full tooltip: Add custom breakpoint) at the end of the breakpoint row. The Add breakpoint modal opens with Custom size:

  1. Enter Breakpoint name - or follow the hint like “Label (e.g. large)”.
  2. Enter Width (px) - only 320-1920 px is accepted. Outside that range you’ll see Width must be between 320-1920 px.
  3. Click Set custom breakpoint (or Add in the modal). The new frame joins the row next to the three defaults.

Use a custom breakpoint when you need a special size - e.g. small laptop 1366px or large phone 428px - that the defaults don’t cover.

Step 3 - Reorder breakpoints

You can drag to reorder frames - e.g. put Mobile first if you check mobile first. Order only affects Canvas layout, not the live site.

Step 4 - Fit to content height

Each breakpoint can toggle Fit to content height. Off: fixed minimum height (easier to compare to a real screen, but may leave empty space on short pages or clip long ones). On: the frame grows with the real page height at that width - useful when mobile stacks many more sections than desktop.

Step 5 - Delete unused breakpoints

Choose Delete breakpoint for frames you no longer need. That only removes your Canvas view - it does not delete CSS or site data.

Important: a breakpoint is a “view,” not a “separate page”

Defaults and custom frames all show the same HTML/CSS file - only the container width changes. Different looks come from your (or AI’s) responsive CSS / media queries, like resizing a real browser. So: editing CSS in the Inspector (C03-C04) while looking at one breakpoint updates the source file and can affect other sizes if that CSS isn’t scoped in its own media query.

Compared with Webflow & Framer

ToolDefault breakpointsCustom
Appifio CreatorDesktop 1200 / Tablet 810 / Mobile 390Add any custom width 320-1920px; view all side by side
WebflowFive fixed breakpoints (Desktop, Tablet, Mobile Landscape, Mobile Portrait…)Custom breakpoints (plan-dependent), but one at a time via the bar - not side by side
FramerDesktop/Tablet/Phone similar to WebflowCan add breakpoints; preview per device type

Technical limits

You can

  • Compare many widths side by side on one screen
  • Add as many custom breakpoints as you want in range
  • Drag to reorder display order

You can’t

  • Enter widths outside 320-1920px (no true 4K/8K or sub-phone widths)
  • Create different content per breakpoint - one file, CSS decides the look
  • 100% match a real device (network, DPI…)

Common issues & fixes

IssueFix
“Width must be between 320-1920 px”Re-enter a value in range; below 320px is rarely useful for common devices.
Breakpoint frame clips the bottom of the pageTurn on Fit to content height for that breakpoint.
CSS edit at one size breaks anotherCSS outside a media query hits every size - ask AI (UI mode, B05) to wrap it in the right media query.

Tips

  • Keep the three defaults visible - they cover most real traffic.
  • Add custom widths only with a reason (special client device, or debugging one broken size) - too many frames make pan/zoom harder.
  • Enable Fit to content height on all breakpoints when building a long landing page so you see full content without scrolling inside tiny frames.

Self-check

  1. Do you remember the three default widths (1200/810/390)?
  2. Can you add a custom breakpoint via Add breakpoint?
  3. Do you understand breakpoints don’t create separate content?
  4. Do you know when to use Fit to content height?

Next lesson

C03 - Turn on Inspector: select elements, edit text & images

Enable Inspector, click to select, edit text/link/image directly, and use Undo/Redo when you mis-edit.

Appifio Creator · User guide · C02