smitzer 0 Report post Posted November 25, 2010 Hi, I've narrowed the width of my page, the main content area and the sidebar. I'd like the Search window to remain in the nav bar (even though there appears to be plenty of room). But unfortunately it's jumped down to just beneath. Any ideas? My site is at http://www.copywriters.co.uk/database/ And my Custom Code currently says: #wrapper {width:800px;} .metabar, .post-footer{display:none} #maincontent{width:550px} #sidebar{width:240px} #footer{display:none} Thanks Steve Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 25, 2010 Need to shorten the width of your nav: ` #nav ul#menu-main-nav, #nav ul.mnav, #nav ul#menu-main { width:450px; } ` Share this post Link to post Share on other sites
smitzer 0 Report post Posted November 26, 2010 Superb Andrew, many thanks!!! Share this post Link to post Share on other sites