Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #89555
    shawzepe
    Participant

    hello

    My header seems huge to me. I would like to shrink it down. How can I do that

    http://beerbirds.com/

    #89561
    Sakin
    Keymaster

    @shawzepe: What do you mean by that? Your header depends on your header image and header items. So, I am confused on what you want. Sorry, can you explain bit more.

    #89565
    shawzepe
    Participant

    On a desktop the header fills the entire page. I would like it to be 25% the size of what it is now

    #89568
    Sakin
    Keymaster

    @shawzepe: Can you try replacing your log image to smaller as your logo it large and taking that space. If you don’t want to do that, then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1101px) { 
        #masthead { padding-bottom: 40px; padding-top: 74px;
    }
    @media screen and (min-width: 1024px) {
        #site-branding, #site-logo, #site-header { padding-top: 10px; padding-bottom: 10px; }
        #masthead .sidebar-header { padding-bottom: 10px; }
    }
    #89632
    shawzepe
    Participant

    I’ll try messing with the image logos size. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘shrink header’ is closed to new replies.