Hi everyone
I’m new to BuddyPress (but pretty familiar with WP). I’ve been trying to modify the admin-bar to be right-align.
I’ve got it this far: http://i.imgur.com/O0kBt.png by changing the css ( #wp-admin-bar ul li { float: right; } ) and reversing the add_action sequence for bp_adminbar_menus.
BUT I’m having problems trying to get the 2nd/3rd level submenus to be flushed right properly. Has anyone taken a stab at this?
I’ve tried to search the support forums, but it doesn’t seem it’s been asked before.