g2om 0 Report post Posted December 27, 2010 Hi! In the past, when I filled the navigation bar with tabs, the search box automatically dropped down to the line below the bar. Not sure why, but this time it is not and pushing the tabs below the bar. Is there any way to solve this so the search box goes beneath the bar and all tabs fit into the nav bar? Link to site thank you. Share this post Link to post Share on other sites
cmunns 16 Report post Posted December 27, 2010 Add this css to your Theme options Custom Code - CUstom CSS area ` #nav ul#menu-main-nav, #nav ul.mnav, #nav ul#menu-main { width:890px; } ` That should do it! Share this post Link to post Share on other sites
g2om 0 Report post Posted December 27, 2010 Worked like a charm! Thank you!! Share this post Link to post Share on other sites