# Position elements with Relative, Absolute, or Sticky Position controls how an element behaves within its container — following the normal layout, pulled out to sit exactly where you place it, or locked in place while scrolling. **Best fits for:** * Freeing one element from a [Stack](https://docs.foxecom.com/foxify-app/foxstudio/layout-and-styling/stack-elements) or [Cell](https://docs.foxecom.com/foxify-app/foxstudio/layout-and-styling/cells-and-grids)'s automatic arrangement to place it manually * Overlapping elements — like a badge sitting on the corner of a product photo * Keeping an element visible on screen as visitors scroll past it ## Where to find it Select the element, then open the Inspector panel > **Design** tab > **Position**. ![](https://docs-assets.foxecom.app/foxify-app/d0b916cd-709d-46fc-9060-d99e51a299da.png) ## Available position options | Value | What it does | | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | | Relative | Default. Follows its normal layout — controlled by Auto layout inside a Stack/Cell. | | [Absolute](https://docs.foxecom.com/foxify-app/foxstudio/layout-and-styling/position-elements-with-relative-absolute-or-sticky#absolute) | Removed from that normal layout entirely. Position it manually using **Inset** (top/right/bottom/left, in px). | | [Sticky](https://docs.foxecom.com/foxify-app/foxstudio/layout-and-styling/position-elements-with-relative-absolute-or-sticky#sticky) | Stays in its normal layout position, but locks in place on screen once scrolling reaches it. Also uses **Inset** to set the offset it sticks at. |
### Absolute 1. Select the element. 2. Set Position to **Absolute**. 3. Set an Inset value for the edge(s) to anchor it to — leave the others as **auto**. This is what frees an element from a Stack or Cell's automatic arrangement, or lets two elements overlap. ### Sticky * Select the element. * Set Position to **Sticky**. * Set an Inset value for the edge it should stick to — leave the other sides as auto.