marcnaugler 0 Report post Posted July 5, 2011 I'm looking to move the main navigation from Left justified to Right Justified and can't find the setting controls for that anywhere. What is the easiest solution? Thanks! Marc Share this post Link to post Share on other sites
Jean-Philippe 2 Report post Posted July 5, 2011 Hello Marc, Please try this : #primary-nav ul.main-nav {float: right; width: 700px;} Of course, you have to change the width of your main navigation bar to the desired value. Regards, Jean-Philippe www.photoreview.fr | www.kankei.fr Share this post Link to post Share on other sites
marcnaugler 0 Report post Posted July 5, 2011 Thanks Jean-Philippe, However, after trying that line of code in both the custom CSS panel provided by the theme and through Appearance > Editor, I have had no change. Is this something that I need to do in the original .css or .php files? Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 5, 2011 Marcus what's the link to your site, we'll check it out. Share this post Link to post Share on other sites
marcnaugler 0 Report post Posted August 9, 2011 I believe I've got it. Thanks for the help. Share this post Link to post Share on other sites
dancinwithstyle 0 Report post Posted September 27, 2011 Can you post the fix? I'm trying to center align my primary navigation so that it is the same width as my header logo. Thank you! Share this post Link to post Share on other sites
devaldivia 0 Report post Posted March 27, 2012 Hi all, I'd appreciate the code as well. I'd like to try out both right justification and centering with my nav bar, left justification doesn't look so good without the search bar. I'm using Framework 2.1.4 Thank You! Share this post Link to post Share on other sites
devaldivia 0 Report post Posted March 27, 2012 Ok, played around with Firebug, and came up with this: .main_nav ul { float: right; } It works! but, don't like it either. Will double check the forum for postings on centering the nav bar. Share this post Link to post Share on other sites