augie_12 0 Report post Posted February 9, 2011 Hello there, How to put navbar and branding in more or less one line? I used the following code and strange things strange things started happening: body #menu-nav .page_item a{ margin-right: -13px; } #primary-nav ul.main-nav.nosearch { width: 540px; } .main_nav { float: right; } I wanted to squeeze the navbar so that it could fit to the right without being scattered too much. Share this post Link to post Share on other sites
augie_12 0 Report post Posted February 9, 2011 here's the site: click Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 10, 2011 ` body #primary-nav { left: 50%; margin-left: -180px; position: absolute; top: 85px; } ` Thanks, Bryan Share this post Link to post Share on other sites
augie_12 0 Report post Posted February 10, 2011 Worked like magic! Thank you Bryan Share this post Link to post Share on other sites