jasonbwhitman 0 Report post Posted November 2, 2011 I have used this CSS custom code to remove the padding around my header: #header #branding .content-pad {padding: 0px;} The problem is, I still have a sliver of white on the left that I cannot get rid of and I am not sure why. I cannot even find the offending issue with Firebug. Help would be appreciated. http://www.thepoliticaloperative.com Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 2, 2011 Hi Jason, Try this: [code] #branding { background-color: #991F2A; } [/code] Please search our forums, before posting! Share this post Link to post Share on other sites