cgouldie 0 Report post Posted August 18, 2011 How do you remove the padding at the top of all pages that allows the background to show around your header..? This is my site... http://agriculture.atomjet.com/ Share this post Link to post Share on other sites
Rob 547 Report post Posted August 18, 2011 You need to write custom styling and paste your styling code into PagelinesPro > Custom Code > Custom CSS. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
cgouldie 0 Report post Posted August 18, 2011 I have already tried both suggestions from this thread... http://www.pagelines.com/forum/discussion/12749#Item_4 Does anyone have an alternative..? Share this post Link to post Share on other sites
trizerticus 0 Report post Posted August 18, 2011 Here is the custom code: body{ margin: 0 auto; padding-top: 0px;} Share this post Link to post Share on other sites
cgouldie 0 Report post Posted August 18, 2011 I entered this into Custom CSS and nothing changed... http://agriculture.atomjet.com/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 18, 2011 body {padding-top:0} is the correct code and will fix the issue. Nothing seems to be entered into Custom Code -> Custom CSS though. Make sure you are entering it correctly. Share this post Link to post Share on other sites
cgouldie 0 Report post Posted August 18, 2011 Clearly my mistake here... Everything is great now... Thanks to both trizerticus & kastelic... Share this post Link to post Share on other sites