russellhowardmusic 0 Report post Posted August 4, 2011 Hola. I've been using firebug to find the right tags to customize, but have had zero luck floating the main nav to the right vs the left. What tags should I be using? Thanks! http://www.russellhowardmusic.com/cityheart/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 4, 2011 .main_nav ul li will target each nav item, which you can float right, but they will be reverse order. You could also target #primary-nav, #primary-nav ul.main-nav, #primary-nav .content { width: 400px; } #primary-nav{float:right} Share this post Link to post Share on other sites