Forums

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

Home Forums CSS White Gap at Top of Page – CSS Looks Fine

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43581
    Jeremy Englert
    Participant

    So this is a bit of a head scratcher. I’m in the very early stages of putting together a new site, but I noticed a 15px white gap at the top of my pages.

    I took out all of the extra stuff to make it easier to narrow down, but I still can’t seem to find the issue. Here is a demo:
    http://theadgarage.com/jointswp/

    Any help would be appreciated.

    #129295
    chrisburton
    Participant

    If you completely remove `normalize.css` and add this to your stylesheet, it works

    * {
    margin: 0;
    padding: 0;
    }

    #129297
    Jeremy Englert
    Participant

    Got it working by adding

    overflow: auto;

    to #home.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.