Quick summary
In Webflow, the Relative to property determines which parent element an absolutely positioned child uses as its reference point. To change it, you must set the desired parent element's Position to Relative, which makes it the new positioning anchor for the child element.
Steps
- Select the element, section, or div you wish to change the Position property for.
- In the right sidebar menu, locate the Position section.
- At the bottom of the Position section, find the Relative to value — it typically shows a marker icon labeled itself. Hover over it to see the referenced element highlighted on the canvas.
- Note the crosshair icon, which marks the center of the highlighted parent element that the selected element is currently Relative to.
- Understand that Position: Relative inherits its Relative to reference from the first parent element with a Relative position — so you must change which parent holds that property.
- Select the parent element you want to set as the new relative anchor.
- In the right sidebar menu, notice the Position is not yet set to Relative.
- Change the parent element's Position to Relative.
- Return to your original element to confirm it now references the closer parent element.
- In the right sidebar under Position, hover on the Relative to property again to verify the change.
- Confirm the highlighted element has updated to show the closer parent element as the new reference.
.gif)



