Your first 10 minutes — quick tour
This quick tour introduces the five key areas of the Site Designer interface. By the end, you’ll know where everything lives and how to start building.
The app layout
When you open a project in Site Designer, the screen is divided into four main zones:
┌────────────────────────────────────────────┐
│ Toolbar │
├──────┬─────────────────────────┬───────────┤
│ │ │ Control │
│ (no │ Canvas │ Panes │
│ left │ │ │
│ pane)│ │ │
└──────┴─────────────────────────┴───────────┘
- Toolbar — top bar with the page manager, resources, components, preview controls, and settings.
- Canvas — the live browser preview where you drag, drop, and design.
- Control panes — the right-side panel with five tabs: Content, Design, Effects, Outline, and CSS.
1. The toolbar
The toolbar at the top gives you access to global project tools:
| Icon | Tool | What it does |
|---|---|---|
| Pages icon | Page Manager | Add, rename, reorder, and delete pages |
| Image icon | Resources | Manage images, fonts, and files |
| Layout icon | Templates | Browse and apply page templates |
| Component icon | Components | Insert pre-built component blocks |
| Eye icon | Live Preview | Open a live preview in your browser |
| Settings icon | Settings | Export, publish, and project settings |
2. The canvas
The canvas is a real browser engine — not a simulation. Click any element to select it. A blue highlight border appears around the selected element.
Basic canvas interactions:
- Click — select an element
- Double-click — enter inline text editing
- Right-click — open the context menu (duplicate, delete, move)
- Drag — move an element (hold and drag the selection handle)
3. The control panes
Click any element on the canvas and the right-side panes populate with its properties:
Content pane — Edit text, links, src attributes, and HTML attributes directly.
Design pane — Two sub-tabs:
- Element — classes, IDs, and element-level overrides
- Style — all CSS visual controls (typography, dimensions, colors, spacing, etc.)
Effects pane — Transitions, animations, hover states, and filters.
Outline pane — A tree view of your entire page DOM. Drag rows to restructure the page without touching the canvas.
CSS pane — A read-only panel showing the computed CSS for the selected element. Useful for debugging.
4. Adding your first element
Drag any element from the Components panel in the toolbar onto the canvas, or use right-click → Insert to add elements inline.
After dropping:
- The element is selected automatically.
- The Content pane shows its editable properties.
- The Design → Style pane shows all style controls.
5. The width slider (Responsifier)
At the bottom of the canvas, a width slider lets you preview your design at any viewport width. Drag it left to simulate narrow screens, right for wide displays.
What’s next
Now that you know the interface, pick a path:
- Build from scratch → Choose a template
- Dive into the canvas → Canvas overview
- Learn about styling → Classes & selectors