> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/component-designer/right-sidebar/component-responsiveness-constraints.md).

# Component Responsiveness / Constraints

Create responsive components using Resizing. Resizing allows you to handle the positioning and sizing of user elements when the size of the canvas changes. You can apply resizing to Canvas or Element.

#### Resize Canvas

To resize the canvas, please follow the steps:

1. Click on the `Canvas` from the **Left sidebar**
2. To fix the width, go to the **Right sidebar** and click on the button&#x20;
3. To change the width, use the `W` button from the **Right sidebar**
4. To change the height, use the `H` button from the **Left sidebar**
5. To change the **opacity**, drag the button
6. Click on the `Corner radius` and specify it
7. Click on the button next to Corner radius to apply it equally

{% @arcade/embed flowId="nvIfyaOOO9QpWdO9jkUM" url="<https://app.arcade.software/share/nvIfyaOOO9QpWdO9jkUM>" %}

#### Resize Elements

Resizing is a dynamic and essential feature in design that enables components to adapt seamlessly to their content. For instance, buttons can expand with the text, and lists can grow as items are added. It can be applied to elements in Canvas to manage padding, spacing, and alignment, simplifying the process of making designs adaptive and responsive.

To resize the elements, please follow the steps:

1. From the **Right Sidebar**, click on the width button to fix it
2. From the **Right Sidebar**, click on the height button to fix it

{% @arcade/embed flowId="ttBqCS1QEdakhMt0M1fl" url="<https://app.arcade.software/share/ttBqCS1QEdakhMt0M1fl>" %}


---

# 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://docs.jetadmin.io/component-designer/right-sidebar/component-responsiveness-constraints.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.
