1finecookie 0 Report post Posted March 21, 2011 How can I remove the white padding that is around the header? Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 21, 2011 That is very vague and there might be many factors depending on your header. Do you have a link to your site. Do you know how to pinpoint CSS? Share this post Link to post Share on other sites
1finecookie 0 Report post Posted March 22, 2011 Sorry the link is http://www.1finecookie.com/ Share this post Link to post Share on other sites
Guest Guest Report post Posted March 22, 2011 The main page body is 980px, so it's not actually padding its just the extra 10 pixels on each side based on that 960 setting. Try making your image 980 wide, and if it's still there then the header div must be set to 960 as well, in which case further customization will be needed. Share this post Link to post Share on other sites
1finecookie 0 Report post Posted March 22, 2011 Thanks Tyler, I tried that and it's still showing a white line but now it's just on one side. I even tried making the header 990 to see if that would fix it, but it didn't. Any other suggestions? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 22, 2011 `body #branding .mainlogo-img{margin:0 auto 0 -10px}` http://www.pagelines.com/docs/changing-colors-fonts Thanks, Bryan Share this post Link to post Share on other sites
1finecookie 0 Report post Posted March 22, 2011 Bryan, you rock! Thanks so much! Share this post Link to post Share on other sites