# 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: 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:

```
GET https://docs.jetadmin.io/component-designer/right-sidebar/component-responsiveness-constraints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
