Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to set the tiled image as the background for #header and your logo as the background on #header.inner. Right now they’re the wrong way around.

    Thread Starter jeffwenberg

    (@jeffwenberg)

    Awesome thank you so much! I’m gonna work on fixing it soon. Would you know how to disable the links at the bottom of the grey content box? They look like a key and an @ sign. If I delete the picture it still says contact, and log in. I don’t need that option, but can’t figure out how to disable it. Thanks again!

    Anything in the theme’s options under the Appearance menu?

    You can hide the link by editing style.css and adding display:none; to:

    #page .miniLinks {
    background:red;
    bottom:0;
    height:30px;
    position:absolute;
    right:60px;
    width:80px;
    }
    Thread Starter jeffwenberg

    (@jeffwenberg)

    Thank you for your help! I really appreciate it!!!! Does the content box look centered to you? It seems off centered to me.

    Nope – looks centred to me (using Firefox 3.6).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Background won't tile – HELP!!!’ is closed to new replies.