• Hi – I’m using twentyten and would like to know if there is a way for me to loose the space that would have my site title in and move the header up so that it sits at the top of my page go here http://www.mattaskham.com/ to see what I mean. Any help would be hugely appreciated. Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • In your style.css find

    #wrapper and remove the margin-top: 20px;
    #header and remove the padding

    And either remove the h1 & #site-description from the index or delete every styling aspect of them in your style.css and replace them with display: none; so it looks like…
    `
    #site-title {
    display: none;
    }

    #site-description {
    display: none;
    }

    I can confirm this will remove the whitespace above yor header.

    Your Adjusted Site in Safari

    Thread Starter maassoc

    (@maassoc)

    Thanks Chase – that’s done the job perfectly.

    Glad I could help. Good luck with your project!

    Be sure to hit me up on twitter @realchaseadams and give me some WordPress bumpage!

    Hi, I’m just new in learning how to fully work with WP code to customise a few things… have just adjusted the size of the header and would now like to utilise the space above it – is it possible to write something in there?

    @madinmelbourne

    Can you share a link? You should be able to just edit the header.php file within the <h1> tags.

    http://www.madinmelbourne.com.au

    I’d like to type contact details in the white space above the black line above the header.

    Thanks Chase, I’ll explore the header.php files and see what happens and be right back here if nothing happens.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I lose the space above the header’ is closed to new replies.