Feature Request: Add support for positioning elements with Velo/Corvid

It would be very helpful to be able to set the “position”, “left”, “right”, “top”, and “bottom” style attributes on elements when writing scripts with Velo. Currently there is no way to reposition elements programmatically. This is frustrating as it makes it impossible to:

a.) change position of elements on click (or other event)
b.) reposition elements based on page size

This feature would significantly improve Wix’s flexibility in terms of responsive design and interactivity. The current lack of any way to programmatically reposition items is incredibly limiting and makes me want to choose a different site builder for future projects.

I think there were many such requests before.

Currently you have 2 ways change element position:

  1. Move it by using wixAnimations

  2. Create you own element as custom element and change it’s CSS whenever you want .