> ## Documentation Index
> Fetch the complete documentation index at: https://help.yoursit.ee/llms.txt
> Use this file to discover all available pages before exploring further.

# How to change the widgets' order

You can rearrange widgets to control the order in which visitors see your content on your Sitee.

## Move widgets with drag and drop

The easiest way to reorder widgets is by dragging and dropping them in the editor.

<Steps>
  <Step title="Open your Sitee editor">
    [Log in to YourSitee](https://yoursit.ee/dashboard/login) and open the Sitee you want to edit.
  </Step>

  <Step title="Select and drag the widget">
    Click and hold the widget you want to move.
  </Step>

  <Step title="Drop it into the new position">
    Drag the widget to the position you want, then release it.
  </Step>

  <Step title="Publish your changes">
    When everything looks right, publish your changes to update your public Sitee.
  </Step>
</Steps>

Depending on your layout, you can move widgets within the same column or between columns.

## Move widgets from the context menu

If you want more precise control, you can also right-click a widget and use the context menu.

On <Icon icon="apple" /> Mac, you can also use **Control-click**.

From there, you may see the following options:

* **↑ Move widget up** — moves the widget one position higher
* **↓ Move widget down** — moves the widget one position lower
* **← Move widget left** — moves the widget to the left column
* **→ Move widget right** — moves the widget to the right column

If one of these options is unavailable, it usually means the widget cannot move further in that direction.

<Tip>
  **Drag and drop** is usually the fastest way to reorder widgets. The **context menu** is useful when you want to move a widget more precisely, one step at a time.
</Tip>

<Note>
  **At this time, dragging a widget only changes its position.** It does not delete the widget or move it into a trash area.

  In the future, we may consider additional deletion methods, such as drag-to-delete.
</Note>

## Related articles

<CardGroup cols={2}>
  <Card title="How to edit a widget" href="/widget/basic/how-to-edit-a-widget">
    Update a widget's content and settings.
  </Card>

  <Card title="How to delete a widget" href="/widget/basic/how-to-delete-a-widget">
    Remove a widget you no longer need.
  </Card>
</CardGroup>
