Changing the height of the header

Viewing 4 posts - 1 through 4 (of 4 total)
  • #7505
    ricolaos
    Participant

    Hi, I really like this wordpress theme…it is such a really classy theme.

    Here is my question, I would like to change the size of the header, specialy the height (to fit with my logo picture) : I just take a look at the style.css file in the Pinboard folder theme but I can’t find where is the header size entry.

    Thanks for your support.

    #7507
    Alexander
    Participant

    You can remove the upper and left margin by adding this to your css declaration:

    #site-title {
    margin:0;
    line-height:0;
    }

    The lower margin holds the search field and the right margin is needed for social media tags and therefore not so easy to remove.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #7518
    ricolaos
    Participant

    Thanks Alexander…it’s working !
    I think I will have soon additionals questions about the CSS.

    Eric

    #7519
    Alexander
    Participant

    Glad you’re sorted! πŸ™‚

    Ask as mich question questions as you like to but don’t forget to contribute and help others as well.

    Cheers,
    Alexander @ http://www.mouseclick.com

Viewing 4 posts - 1 through 4 (of 4 total)

Tagged: 

You must be logged in to reply to this topic.