View Single Post
  #6  
Old Mar 4, 2011, 09:48 AM
runnerb0y
 
67 posts · Nov 2010
Not having a URL to look at, it makes it a bit tough to assist. Here's a solution I helped another user who was trying to (I think) do the same thing.

Code:
div#menu1 ul.rMenu li.page-item-910 {
float:right;
}
In that user's case, I was able to use Firebug to examine his site and determined that the ID associated with the menu item was 910. You can use Firebug (A Firefox addin) to determine the specific characteristics of your menu tab and then adjust the above code accordingly.