graceology 0 Report post Posted March 3, 2011 I have browsed through the forum and have seen the responses for centering navigation, which work. The issue I have is when it becomes centered, it also centers my sub navigation inside certain menu items with drop downs. Any solutions? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 3, 2011 Let's get a link. In the meantime, please get familiar with Firebug: http://www.pagelines.com/docs/changing-colors-fonts Thanks, Bryan Share this post Link to post Share on other sites
graceology 0 Report post Posted March 3, 2011 Thanks Bryan, the site is www.Graceology.com I took out the code that centered the main nav because you couldn't read the sub nav. Share this post Link to post Share on other sites
Kate 3 Report post Posted March 3, 2011 Hi Christopher - You can simply reset the CSS for those child elements. For instance, if the first ul is "text-align:center", then make ul ul "text-align:left;". Share this post Link to post Share on other sites
graceology 0 Report post Posted March 3, 2011 Would that be put under Custom CSS code? Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 3, 2011 Yes in custom CSS or in the child theme css file Share this post Link to post Share on other sites