Forums

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

Home Forums CSS Remove white space under header Reply To: Remove white space under header

#247827
Shikkediel
Participant

The .single_page element and a few of it’s children have padding and/or margin added…

Edit – try doing a reset at the end of the stylesheet:

* {
  padding: 0;
  margin: 0;
}