Skip to main content

Use free form positioning

Updated this week

Free Form Positioning, also known as absolute positioning in CSS, allows for flexible placement of elements within a screen. It enables elements to scale across different device sizes by anchoring them a specific number of pixels from the edge. This mode replaces standard % based sizing controls with static Px inputs to prevent element overlap on various devices.

Before you begin

  • Determine which elements you want to turn on free form positioning for. We recommend you use the same positioning method for all elements within a container (for example, for all buttons in a container.)


Enable free form positioning for an element

  1. Click the element you want to adjust

  2. Select the three dot menu.

  3. Click Positioning.

  4. Select Free Form Positioning.


Adjust position anchor settings

Position anchors control where the element displays. To move the element:

  1. Click the element and its controls appear in the editor window.

  2. Under the Position Anchor section, use the controls to adjust the:

    1. Horizontal anchor: quickly move left, right, center.

    2. Horizontal distance anchor by pixel: further adjust as needed.

    3. Vertical anchor: quickly move up to top, center, and bottom.

    4. Vertical distance by pixel: further adjust as needed.

For example, to move a header higher on the screen, adjust the vertical distance by increasing or decreasing the number.


Increase textbox width

  1. Select the element

  2. Under Sizing, adjust the width up (or down) as needed.


Turn off free form positioning

If you turn off free form positioning, the element will snap back to its original location. To turn it off:

  1. Select the element.

  2. Click the three dot menu > Positioning.

  3. Click Auto Positioning.


FAQ

Does Free Form Positioning work with Style Independently?

  • Yes! You have full control to turn on Style Independently and use free form positioning to ensure the placement of your elements look perfect across both devices.

Is Free Form Positioning ADA compliant?

  • Yes it is. A screen reader will be able to detect the order of the elements

Can I overlap elements?

  • Yes you can, but we recommend you are careful with the way your elements are positioned.

Did this answer your question?