Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firebug to work with CSS. It will show you that you need to change the margins and padding on the elements in the header — specifically:

    #site-title {
        margin-right: 0;
        padding: 0.5em 0 0;
    }
    
    #site-description {
        margin: 0 270px 3.65625em 0;
    }

    Thread Starter aasbd

    (@aasbd)

    Thanks for your response.It worked to reduce space between site title and header menu but if I want to decrease space between site description and menu-bar how can I do it?

    Have you downloaded and tried to use Firebug?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Change Header Height’ is closed to new replies.