Hey Guys,
I'm trying to build a right aligned, wrapping capable wp_nav powered menu.
Is there a way to have it rendered backwards, so that float: right; would work and not mess up the order?
I was hoping for something like this:
<?php wp_nav_menu( array('sort_order' => 'DESC' )); ?>
Thanks!