Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need some CSS help with positioning the image Reply To: Need some CSS help with positioning the image

#242468
Beverleyh
Participant

You have 60px top and bottom padding on the body element;

body {
padding: 60px 0;
}

Zero it to remove white-space above the header image (and at the very bottom of the page).