Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8132
    acanthuroid
    Member

    Hey, this is probably something simple but it is bugging me as I cannot seem to fix it.

    I want to change my banner/header image to something thinner (currently the preset is too thick) but just manually uploading an image via the control panel does not change it.
    I have tried adjusting padding/height etc but it is still too thick. I have tried various images too.

    I managed to get it thinner, and then my menu disappeared!

    Would appreciate some help, very much 🙂 Thanks.

    #8252
    Sakin
    Keymaster

    @acanthuroid: I am confused with your request. Can you send me your site URL also if possible upload the screenshot in your site and send me the screenshot image url that explains what you want.

    #8437
    Eugene
    Member

    Hi!
    Is it possible to remove the white space between logo (header) and the picture?
    As you see the space btw ‘St. Andrew’s …. tel#…’ and the ‘slide pictures’ is too big. I’ve figure out how to lessen up the space btw the footer and the slide picture, but can’t figure out how to lessen up the space with the logo.
    http://standrewsmoscow.org/stdev/install/wordpress/
    Thank you in advance!

    #8449
    Sakin
    Keymaster

    @Eugene: You can adjust the following padding as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) {
    #site-logo { padding-top: 50px; }
    #hgroup-wrap { padding-left: 50px; padding-bottom: 50px; padding-right: 50px;}
    }

    #8452
    Eugene
    Member

    works perfect! Thank you so much Sakin!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problem with header image/banner’ is closed to new replies.