Using Milonic 5.42 registered.
The submenu image is appearing in the middle of the menu item when the menu item has multiple lines.
Is there a way to configure so that on menu items with multiple lines, the image appears on the bottom line?
Many thanks!
How to bottom-align submenu image
Hi,
Try setting subimageposition to bottom.
This can go inside a style or inside an aI() string definition.
Like this:
or
-- Andy
Try setting subimageposition to bottom.
This can go inside a style or inside an aI() string definition.
Like this:
Code: Select all
subimageposition="bottom";
Code: Select all
aI("subimageposition=bottom;");