• The url is https://gvgonzalez.com/moderndayartisians/

    The theme is Twenty Ten.

    I’ve been trying to pull up the black banner so it’s flush at the top, eliminating the grey area above it currently.

    Also, need to see how i can fix the banner area so that its the size of the black banner (currently there’s a bit hanging out of the bottom.)

    Been here for about an hour playing with different settings and can’t quite find the right ones to do this.

    Any help or suggestions would be great ??

    Thanks!

Viewing 1 replies (of 1 total)
  • It looks like you have been playing with the php some and have inserted the banner in the wrong location. You will want it to go inside the following tags:

    <div id="branding" role="banner">
    <span></span>
    <div id="site-description">Just another WordPress site</div>
    <img src="" width="940" height="198" alt="">								</div>

    You might need to play around with it a little to get it right but that should help. Also, you will probably want to delete this:
    margin-top: 40px;

    from this part of your CSS:

    #wrapper {
    background: transparent;
    margin-top: 40px;
    padding: 0px 20px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with header area’ is closed to new replies.