> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/design-and-customize-graphics/chapter-index-2/align-and-arrange-design-layers.md).

# Align and arrange design layers

When you customize graphics in the Designer, you can align design layers and arrange their order in your graphic.

<div align="left"><figure><img src="https://352477438-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFCWMxradHcVjURnrXSYX%2Fuploads%2Fgit-blob-869e4dd7d8d0fa4b7132acf4caab6a968e040a6b%2Fimage_5645.jpg?alt=media" alt="Align objects"><figcaption></figcaption></figure></div>

* [Center design layers within the Workspace](#center-design-layers-within-the-workspace)
* [Arrange design layers](#arrange-layers)
* [Align design layers with each other](#align-design-layers-with-each-other)

## Center design layers within the Workspace

1. In Captivate’s playout interface, select a graphic from the Project List, then click **Edit Graphic**.
2. In the Designer, select one or more design layers in the canvas or Timeline.

   **📌 NOTE**\
   If you select more than one design layer, the layers maintain their spacing relative to each other.
3. Click the **Alignment** menu at the top of the Design window and choose:
   * **Center in Frame** — centers horizontally and vertically.
   * **Center in Frame Horiz** — centers horizontally.
   * **Center in Frame Vert** — centers vertically.

     **💡 TIP**\
     You can also right-click (Windows) or Control+click (Mac) on design layers in the Timeline and select an alignment option.

## Arrange layers

1. In Captivate’s playout interface, select a graphic and click **Edit Graphic**.
2. In the Designer, select one or more layers in the Workspace or Timeline.
3. Right-click and pick from the **Arrange** submenu (or use the **Arrange** tool above the canvas):
   * **Bring to front** — moves the layer to the front in the canvas and top of the timeline.
   * **Bring forward** — moves forward one level.
   * **Send backward** — moves backward one level.
   * **Send to back** — moves the layer to the back.

     **📌 NOTE**\
     When more than one layer is selected, the Arrange Layers commands apply only to the first-selected layer.

## Align design layers with each other

1. In Captivate’s playout interface, select a graphic layer and click **Edit Graphic**.
2. In the Designer, select two or more design layers.
3. Right-click and pick from the **Align** submenu (or use the **Align** tool above the canvas):
   * **Align Lefts** — to the leftmost selected layer’s left edge.
   * **Align Centers** — horizontally to the group center.
   * **Align Rights** — to the rightmost selected layer’s right edge.
   * **Align Tops** — to the topmost layer’s top.
   * **Align Middles** — vertically to the group center.
   * **Align Bottoms** — to the bottommost layer’s bottom.
   * **Distribute Horizontally** — evenly distributes horizontally. (Requires three or more selected layers.)
   * **Distribute Vertically** — evenly distributes vertically. (Requires three or more selected layers.)

     **💡 TIP**\
     You can also right-click (Windows) or Control+click (Mac) on design layers in the canvas or timeline and select an alignment option.

## Apply Global Scale and Position

The **Alignment** menu also carries **Apply Global Scale and Position**. It bakes the playout-side Transform (Position and Scale) into the design’s own geometry and resets the Transform, so the design file matches what plays out. See [Move and resize items for Program](/set-up-your-production/position-and-fit-items-in-program.md) for the playout Transform this applies.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://captivatehelp.newbluelive.com/design-and-customize-graphics/chapter-index-2/align-and-arrange-design-layers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
