• Resolved jakeburk

    (@jakeburk)


    jakeburk.com

    I’ve started working from a template called Spring_Flavour.php and I’ve pretty much got the look of the blog down, but I have a little white box that I just can’t get rid of. I don’t know what it is or where it is in the code.

    Does anyone know what to do?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The white box you’re seeing, in your side bar, is in fact an image, subcontent_bg.gif, for the “div id subcontent”.

    This image is located in :

    themes/Blix/images/spring_flavour/subcontent_bg.gif

    Then… If you look in your stylesheet :

    themes/Blix/spring_flavour.css

    You will find the

    #subcontent {background:url(images/spring_flavour/subcontent_bg.gif) top left no-repeat;}

    This div means that the subcontent_bg.gif background should appear in the top-left of your subcontent div, with no repeat…

    So this is why it appears there… ?? Get rid of that background in the CSS sheet and it should solve your problem…

    By the way, with my old netscape 7.2, your sidebar appears at the bottom of your site… I know, I know, netscape is dead, but well, it means problem anyway… ??

    S.

    Thread Starter jakeburk

    (@jakeburk)

    THANK YOU!!

    That worked great. I really appreciate the help. I’ve been looking for that for weeks now.

    Thanks for bringing up the side bar. That’s another issue I’m having with the site automatically loading the new pages into the navigation. There is really only supposed to be 4 navigations links.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ghost box!’ is closed to new replies.