Wordpress Theme - Remove Gap Between Browser and Header Image

Discussion in 'HTML & Website Design' started by touchAshley, Nov 24, 2009.

  1. #1
    This photo should explain what I'm trying to do. I'm having a little trouble trying to do this. I want the header image to be at the very top with no gap!

    http://i45.tinypic.com/2d7a8m0.jpg
     
    touchAshley, Nov 24, 2009 IP
  2. MrKushhy

    MrKushhy Peon

    Messages:
    67
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    download firebug for firefox. Open the page, select the location of the box u want to remove. then go into header.php and remove the respective div
     
    MrKushhy, Nov 24, 2009 IP
  3. dabzo

    dabzo Peon

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    OR: find the name of the div, look it up in the css and then set #divid{display:none;}
     
    dabzo, Nov 26, 2009 IP
  4. windy

    windy Active Member

    Messages:
    1,093
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #4
    just edit header.php file
     
    windy, Nov 26, 2009 IP
  5. dabzo

    dabzo Peon

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Couldn't it be a margin/padding attribute on a div containing important content? How do we know it's just a div all on it's own?
     
    dabzo, Nov 26, 2009 IP