kevinpaffrath+ 1 Report post Posted February 2, 2012 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 547 Report post Posted February 2, 2012 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