Move and align widget

page-and-widget-styles

#1

Hi all, I have a menu which is displayed when I click a more icon. This works fine. However, I have multiple more icons one the page and I’d like to display the same menu when any of these icons are clicked. This way I only have to maintain a single menu. Basically I want to move the menu to the appropriate icon, but have it open right-aligned under the icon.

I can move the menu on click of the any icon using [[This.x]] and [[This.bottom]], but the menu is displayed left-aligned. How can fix the alignment?


#2

[[This.x]] will always move something to the top leftmost corner of an item. If you want it to appear on the bottom right, you would use [[This.right]].

The Math, Functions and Expressions reference page is useful for working things like this out, even if it is lacking in examples.