warrenneedham 0 Report post Posted May 1, 2012 Can someone please assist with removing padding around the navigation bar. I have managed to close the gaps of white space on top and left using: #primary-nav .content {margin-left: 0px; margin-top: -5px; margin-right: 0px;} but I cannot manage to close the gap on the right. Any ideas? Share this post Link to post Share on other sites
Henry Perkins 14 Report post Posted May 1, 2012 [code]#primary-nav .content { margin: 0px; padding: 0px; } #site .content, .wcontent, #primary-nav ul.main-nav.nosearch { width:auto; // you may use auto setting or 952px; }[/code] That should do the trick, let me test it myself though. :D [b]EDIT:[/b] I see the navbar you are using as a little space on the end. I believe that is due a width set of 952px - I've edited the above CSS to fit your website. @henry_rly Share this post Link to post Share on other sites
warrenneedham 0 Report post Posted May 1, 2012 Sadly, it did not do the trick. Share this post Link to post Share on other sites
Henry Perkins 14 Report post Posted May 1, 2012 Which CSS file are you editing? @henry_rly Share this post Link to post Share on other sites