Viewing 6 replies - 1 through 6 (of 6 total)
  • well thats there because thats the background of the actual page, and your new header doesnt extend the full width of that space.

    You’ll either need to adjust the entire width of the blog, thus decreasing that space’s width also, or make your new header image the proper width to fill that space, or put another image there, or … change that color via your CSS, center your image, then change the color.. I dunno, lots of choices, but you cant just “remove” it ..

    Thread Starter robman

    (@robman)

    thanks for your reply, but my header has the width to fill that space, but it looks like its ‘cut off’ or something. or like some white area is on top of it.

    check the differents between the header image and the header on my site.

    aha.

    Indeed.

    In your style.css look for :

    #header {
    padding: 0;
    margin: 0;
    position: relative;
    height: 200px;
    width: 460px;
    position: center;
    background: #3371A3;
    }

    change that 460 to the correct width, the width of your image.

    Thread Starter robman

    (@robman)

    fixed.. thanks man!

    im female, but youre welcome anyway ??

    Thread Starter robman

    (@robman)

    woops thank you girl ??

    but you being all mysterious in your name and all, so you can’t blame me ??

    but thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘white area in my header?’ is closed to new replies.