Site CSS Question

Discussion in 'HTML & Website Design' started by KeywordsandCopy, May 17, 2011.

  1. #1
    My site: http://www.coffeepurchase.com/

    As you will see, the "top" of my design has a bit of padding between it and the top of the actual page.

    Can any of you suggest how to close this gap of "gray" at the top of the page.

    Thanks in advance!
     
    KeywordsandCopy, May 17, 2011 IP
  2. Virtualize

    Virtualize Active Member

    Messages:
    370
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Add to the very BOTTOM of your stylesheet:

    #header {
    margin-top: -20px;
    }

    And adjust it if needed.
     
    Virtualize, May 17, 2011 IP