How would you go about aligning several elements by their top-left corner to the center of your workspace?
I have a series of elements of different sizes and shapes that I need aligned by the top-left edge of their bounds box. But I need the top-left edges to be aligned with the center of the workspace.
Currently:
Make selection
Align Center (to Workspace)
Align Middle (to Workspace)
(aligns all elements to the center of the workspace)
Write down the width and height of the top-left most element
Align Top (by selection)
Align Left (by selection)
(aligns all elements by the top-left edge of the top-left element)
Transform by ½ the recorded width on x
Transform by ½ the recorded height on y
This is a lot of steps for a relatively simple alignment. Surely there’s a better way?
Also, how do you align Element A’s top left corner to Element B’s bottom right corner?
Currently,
Select Element A, Element B
Distribute space Horizontal 0px
Distribute space Vertical :0px
I struggle with this every time. Is there an easier way?
