• Resolved Gazman

    (@gazman)


    Thanks to WPyogi I have managed to get my image sorted out, now that image has an area below it that is light blue in colour (which is now too high for the image).

    Where do I adjust that so that there is no light blue showing below that image at the very top please?

    I expect it will be a very simple adjustment in either the Style.css or the header.php or both?

    Site is once again – https://www.developingonlineincomes.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • WPyogi? Why in the world would you listen to him??

    I’m totally kidding ?? WPyogi is super-awesome!!

    Okay, to fix your header… find this part in your child theme stylesheet:

    h1#site-title {
        background: url("https://www.developingonlineincomes.com/wp-content/uploads/2013/06/Top_Header_1000x165.jpg") no-repeat scroll 0 0 transparent;
        height: 165px;
        width: 1000px;
    }

    And make it this:

    h1#site-title {
        background: url("https://www.developingonlineincomes.com/wp-content/uploads/2013/06/Top_Header_1000x165.jpg") no-repeat scroll 0 0 transparent;
        height: 165px;
        width: 1000px;
        padding: 0px;
    }

    See the padding of 0px?

    Yep, try adding:

    #site-title {
        padding: 0;
    }

    BTW, next time just post in the same thread.

    LOL – cross posted with Josh – hi Josh ?? [BTW, I’m a her – ha ha!]

    Thread Starter Gazman

    (@gazman)

    You Guys are Awesome! Very happy now thanks very much.
    Have a great day fella’s.

    Thread Starter Gazman

    (@gazman)

    Woops – Have a great day Guy’s AND Gals.

    LOL – cross posted with Josh – hi Josh ?? [BTW, I’m a her – ha ha!]

    You’re kidding me?!! And all this time…. Hmmm…. Well, that’s a plot twister ??

    Yeah, that’s really too funny :)! Nothing like online communication…

    I know, right?!

    Well, it’s the little ‘twists’ in life that make it fun!! And I gotta say.. this one made me smile ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Twenty Eleven Top Header Too High’ is closed to new replies.