Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18550
    JamieNovak
    Member

    Is it possible to adjust the height of the header? I want just enough height to show the social icons and search box.

    #18560
    Sakin
    Keymaster

    @JamieNovak: Yes can you send me your site URL so that I can check in.

    #18562
    JamieNovak
    Member

    site is http://www.JamieNovak.com

    Sakin I do want to change the height of the header

    Now I also want to add a header that takes up the entire width.

    I added a header image 1140×200 px

    And in CSS code I added – but it didn’t work

    body {
    padding-top: 0;
    }
    #page {
    max-width: 100%;
    }
    #branding {
    border-radius: 0;
    }
    #main {
    margin: 0 auto;
    max-width: 1000px;
    }

    #18563
    Sakin
    Keymaster

    @JamieNovak: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap { padding-bottom: 0; }
    #hgroup, #header-right { padding-top: 0; }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘adjust header height’ is closed to new replies.