Jump to content
Sign in to follow this  
kevinpaffrath

Center or Scale Navigation

Recommended Posts

kevinpaffrath

Hi there Pagelines forum contributors! I have tried and failed at aligning my navigation bars. Would anyone be able to help me in either centering or scaling these the navigation bars at www.kevinpaffrath.com? Thanks, Kevin

Share this post


Link to post
Share on other sites
Rob
Kevin, There's no CSS to specifically center the menu. Rather, you need to offset the left margin by an amount you specify based on a variety of factors such as font size, padding, borders, etc. Try something like this in your Custom CSS: [code].navigation_wrap .main_nav { margin-left: 180px; margin-right: 0;[/code]

Former PageLines Moderator, Food Expert and Raconteur

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  

×