kristineag 0 Report post Posted November 30, 2011 I'd like to center the main navigation bar. I've searched other forums but haven't found any solutions. You can see my site here: http://kristinealethaweddings.com/ Help, please! Share this post Link to post Share on other sites
kastelic 6 Report post Posted November 30, 2011 Paste this in Custom Code -> Custom CSS: [code] #menu-nav{ width: 440px; margin-left: 260px; } [/code] The numbers will have to be adjusted if you add or remove nav items. Share this post Link to post Share on other sites
kristineag 0 Report post Posted December 1, 2011 Perfect. Is there a way to increase the spacing between the menu items so they span more of the length of the bar? Perhaps if you tell me how you came up with the width numbers and margin left numbers, I could calculate it myself? Thank you so much for your help! Share this post Link to post Share on other sites
kristineag 0 Report post Posted December 1, 2011 Nevermind. I see how you calculated the numbers and it wouldn't work to change those. I guess I didn't want the menu to be centered, I wanted the menu items to be more spread out along the bar. Is there a way to do that? Share this post Link to post Share on other sites