heres the exact css i used incase anybody is wondering.
.qa-nav-main-ask {float:right; margin-right:16px;}
------
You can change the ordering of navigation elements in qa_content_prepare(...) in qa-index.php - just modify the array.
answered by gidgreen
------
Hi Dakota,
You can give the Ask a Question <li> a new class in css and change the padding on the left, so it may look something like this.
The class is .qa-nav-main-ask so just add that to your .css file and put in there a padding of how much you want between the other buttons. Or you can do how I did on
http://www.askagamer.com and change from align:left; to align:right;
Goodluck!
answered by Bobby