Move elements on page

Has anyone found a hack to move an element on the page?
I need to align the top of an element with the top of some other elements.

Hoping for something like this:

$w('#movingThing').top = $w('#stationaryThing1').top;

If you create the elements inside a single Custom Element you can right the code to achieve that.
But it’s not possible via corvid (unless you use some ugly workrounds. Which are quite limited anyway).