Title Banner Floating in Space

Discussion in 'CSS' started by johnwerry, Nov 11, 2007.

  1. #1
    Maybe this is something unique to the Blogger platform (and associated CSS), but why would my title banner be floating in space? I want it to be flush up with the top and sides, spanning the full width.

    Victorian Furniture

    The answer is likely my RV.css, but I am a newbie.

    Changing the body padding helped but does not completely resolve the issue. I think Blogger retains some whitespace at the top for the nav bar which I have turned off.
     
    johnwerry, Nov 11, 2007 IP
  2. aaron d.

    aaron d. Peon

    Messages:
    37
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Remove the line "padding:40px 20px;" from your CSS file and it will fix most of it, and the rest of it can be fixed by removing the stat tracker from the top of the page.

    <a target="_blank" href="http://www.StatCounter.com">
    <img border="0" alt="StatCounter - Free Web Tracker and Counter" src="http://c23.statcounter.com/t.php?sc_project=2363658&resolution=1024&camefrom=http%3A//forums.digitalpoint.com/showthread.php%3Ft%3D552792&u=http%3A//www.rarevictorian.com/index.html&t=Rare%20Victorian%20Furniture&java=1&security=fcd23c07&sc_random=0.4934981488624479"/>
    </a>
    Code (markup):
    Also, while you are editing the files. Script tags belong between the header tags.
     
    aaron d., Nov 12, 2007 IP