Home › Forums › CSS › Need some CSS help with positioning the image › Reply To: Need some CSS help with positioning the image
June 4, 2016 at 11:51 am
#242468
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).