Please see here: http://jsfiddle.net/gFTeG/
I’m having trouble discovering the necessary CSS to have this align to the right (I can do text-align:right; for the text inside of the container, but the container stays aligned to the left side of the action button).
Any ideas?
Thanks.
You have to use
right: 0;on the.ILdropdown .ILdropdown_contentclass of your css, and you’ll have it align to the right:Check this DEMO
Hope it helps!