Forums

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

Home Forums CSS Blank space under footer problem.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238450
    SnorZie
    Participant

    Hello, I’m new to CSS and i was following a tutorial on youtube and everything works fine except for one thing: there is a blank space under my footer and i don’t know how to remove it. Here is the link of my HTML: http://codepen.io/anon/pen/KzPyBR
    Any help would be much appreciated. Thanks in advance.

    #238452
    Shikkediel
    Participant

    That’s a lot to wade through but it’s likely caused by a margin somewhere. Here’s a quick fix :

    body {
    margin-bottom: -40px;
    }
    
    #238454
    SnorZie
    Participant

    Thank you for your reply. Unfortunately that didn’t fix the problem :(

    #238458
    Shikkediel
    Participant

    What can I say, works me for with the pen. But this is the actual culprit :

    #doc {
    margin: 40px 0;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.