πΊοΈNavigator
Use the Navigator to view, select, and organize instances on your page.
The Navigator is a hierarchical panel on the left side of the builder that shows every instance on the current page as a tree. It reflects the exact nesting structure of your page and is the primary way to select, reorder, and organize instances β especially when they are stacked or overlapping on the canvas.

Selecting instances
Click any item in the Navigator to select it. The selected instance is also highlighted on the canvas. Selecting from the Navigator is especially useful for:
Instances that are invisible or have zero size on the canvas
Instances hidden behind other instances
Instances inside a collapsed container
Select multiple instances
You can select multiple sibling instances and edit their shared settings in one operation:
Hold
Commandon macOS orCtrlon Windows and click to add or remove an instance from the selection.Hold
Shiftand click to select a range.Press
Shift + Up ArroworShift + Down Arrowto extend the selection.Press
Command + Aon macOS orCtrl + Aon Windows to select all siblings of the current instance.
Copy, cut, duplicate, delete, and compatible style or settings changes apply to the selection. Webstudio skips instances that cannot accept an operation and keeps the remaining selection intact.
Link to a selected instance
The Builder URL tracks the selected page and instance. Copy the browser URL to share a link that opens the same page and selects the same instance. Webstudio also uses these links for actions such as Show element in pre-publish findings. If the instance was removed before the link is opened, the Builder still opens the requested page.
Renaming instances
Double-click any item in the Navigator to rename it. Use descriptive names like "Hero Section" or "Product Card" to make large projects easier to navigate.
Reordering and nesting
Drag items in the Navigator to reorder or re-nest them. This is the most reliable way to restructure deeply nested layouts.
You can also move the selected instance or sibling selection with the keyboard:
Ctrl + Up ArroworCtrl + Down Arrowmoves it before or after a sibling.Ctrl + Left Arrowmoves it out of its parent.Ctrl + Right Arrowmoves it into the previous sibling.
Show / hide
Right-click any item in the Navigator to toggle its visibility on the canvas. Hidden instances are still rendered in the published site unless you use a display condition or set display: none in the Style Panel.
Global Root
At the top of the Navigator is the Global Root β the highest level in the instance tree. Styles set here apply to every page in the project. See Anatomy of the builder for a full explanation.
CSS preview
Below the instance tree, the Navigator shows a CSS Preview β a read-only view of the computed CSS styles applied to the currently selected instance. It is useful for quickly checking what styles are active without opening the Style Panel.
Related
Anatomy of the builder β Overview of all builder panels
Style panel β Apply styles to selected instances
CSS variables β Define global variables on the root
Expression editor β Conditionally show or hide instances
Last updated
Was this helpful?
