# Widget positioning

#### Changing widget position and size

For the current main selected widget, the position and size can be changed by

* drag & drop of the whole widget - changes the position.
* typing on one of the cursor keys (up, down, left, right) - changes the position by one pixel.
* drag & drop on the edges of the widget - changes the size in this direction.

#### Alignment of multiple widgets

For the alignment of multiple widgets, several options are available:

* red dotted lines identify if edges or the middle of widgets are aligned.\
  ![](/files/B4zYUhh4K9CLQaSTgIb2)
* in the **Style** tab, the properties **Position / size** can be used to manually set position or size parameters on the same value.\
  ![](/files/phoeXajQWah8RsEtkxtg)
* The three dot menu of the widget toolbar provides some additional options:
  * Align to top / left / bottom / right
  * Apply same width / height
  * Distribute horizontally / vertically

![](/files/F7wunmMBCZQTWTVYQD1C)


---

# 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.nedyx.com/version-1.66/nedyx/working-with-nedyx/widgets/widget-positioning.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.
