mosley301 0 Report post Posted March 4, 2011 The drop down nav at http://craigwolfley.com/ is messed up. The drop down is really big. Not sure whats wrong. Firebug is not playing nice. Share this post Link to post Share on other sites
mosley301 0 Report post Posted March 4, 2011 http://craigwolfley.com/ Sorry posted the wrong URL! Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 5, 2011 Have you made any edits to the custom CSS and can you post them here? Share this post Link to post Share on other sites
peterluit 0 Report post Posted March 5, 2011 Look here for the solution for this one: http://www.pagelines.com/forum/topic.php?id=6627 Share this post Link to post Share on other sites
mosley301 0 Report post Posted March 6, 2011 Peter I looked that they thread but nothing there worked for me. #primary-nav { background: #ffc10e; font-color: #000; } #primary-nav #nav_row { border-bottom:none; } #primary-nav .sf-menu li { background:none #ffc10e; } #primary-nav .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item ul a{ background: #FFF; } body #primary-nav li a { color: #000000; font-size: 0.8em; font-weight: bold; letter-spacing: 0.08em; } body #primary-nav ul.sf-menu a, .sf-menu a:visited { color:#000000; } This is my custom CSS that I have on the nav bar. Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 7, 2011 I see that #primary-nav ul is set to a width of 740 px in dynamic.css. This would make all ul within that div that width, even sub ul's. Try changing it to #primary-nav>ul Share this post Link to post Share on other sites
mosley301 0 Report post Posted March 7, 2011 any idea on how I can reset the dynamic.css? Saving my settings did help. Share this post Link to post Share on other sites
Kate 3 Report post Posted March 7, 2011 Hey Jason - dynamic.css is populated by "Settings->Custom Code->Custom CSS". So, you can make the changes there. Share this post Link to post Share on other sites
mosley301 0 Report post Posted March 8, 2011 Kate, I am using a child theme so I didn't make my css changes on that screen. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 8, 2011 Then base.css - wherever the changes were made. Thanks, Bryan Share this post Link to post Share on other sites