Header Question for WP Twenty Twelve Theme

Discussion in 'WordPress' started by ThoughtPunk, Dec 17, 2012.

  1. #1
    In the CSS, or wherever it is, how do I remove the space between the header and the top of the page. In other words, I want no padding between the top of the header and top of the page.

    Thanks guys, I've searched online but I cant afford to spend hours trying to figure it out.

    THis is for Twenty Twelve Theme.
     
    ThoughtPunk, Dec 17, 2012 IP
  2. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #2
    In the file style.css, find

    body .site { 
    Code (markup):
    and delete the following:

    margin-top: 48px;
    margin-top: 3.428571429rem;
    Code (markup):
    That should do it.
     
    Devtard, Dec 18, 2012 IP
    ThoughtPunk likes this.
  3. ThoughtPunk

    ThoughtPunk Active Member

    Messages:
    1,135
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    78
    #3
    Ah I must have missed it. It's was late at night when I was looking for it.

    Thanks. Spasibo!
    Mike.
     
    ThoughtPunk, Dec 18, 2012 IP