Support » Fixing WordPress » Header Troubles

  • Resolved PainKickers

    (@painkickers)


    My site: http://PainKickers.com has a huge white box at the top which gets in from of header graphics. I cannot determine where to adjust the code so that this box goes away.

    I originally had this setup to tie in two blogs as one and I believe this is part of the problem. In taking that out today this showed up. I’d also like to remove the 2nd blog which displays at the bottom as I believe it has become more trouble than it is worth.

    Thanks in advance for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey There

    Looks like that white box is controlled in the header.php in the section.

    Use Firebug in Fireox to find the exact element but you need to remove or alter line

    <div id="header" style="background-image:url();">
    <a id="header_img_link" title="Go back to the front page" href="http://painkickers.com"> </a>
    <h1 class="header_title push_1 grid_15" style="display:none;"> Pain Kickers </h1>
    <h2 class="header_desc push_1 grid_15" style="display:none;"> Rub It On And The Pain Is Gone </h2>
    </div>

    This should remove that white square.

    Within Firebug you can edit and remove code from the site in a non destructive manner to make any neccesary changes.

    Firebug

    Thread Starter PainKickers

    (@painkickers)

    Hi Ted

    I tried looking for your could in my header.php file but can’t find it. This is built on a multi-site WordPress.org platform. Does that matter?

    let me look again. It’s normally in header.php or index.php

    Thread Starter PainKickers

    (@painkickers)

    Thanks for your help with this Ted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Troubles’ is closed to new replies.