Jump to content
Sign in to follow this  
marcnaugler

Pagelines - Main Navigation Alignment

Recommended Posts

marcnaugler

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

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

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

Marcus what's the link to your site, we'll check it out.

Share this post


Link to post
Share on other sites
marcnaugler

I believe I've got it. Thanks for the help.

Share this post


Link to post
Share on other sites
dancinwithstyle
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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×