Help with re-sizing header in Wordpress

Discussion in 'Programming' started by creativegenies, Jan 23, 2007.

  1. #1
    ok im just trying to get everything how I want but I don't know how to change the size of the header so that it cuts off where the top image ends. If you get what I mean...basically I just want to remove the space between the image "NHL" which is just a test image and the first headline. If anyone can help me that would be great cuz i suck at programming. heres the address since im too new to add links www.ipokerbiz.com/wordpress/ :confused:
     
    creativegenies, Jan 23, 2007 IP
  2. smatts9

    smatts9 Active Member

    Messages:
    1,089
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    88
    #2
    Your going to have to change up something in your stylesheet located at:
    http://www.ipokerbiz.com/wordpress/wp-content/themes/mistylook/style.css

    You'll have to get it through a FTP or something then try editing the #headerimage part. It says:

    
    #headerimage {
    	clear: both; 
    	background: #fff url(img/misty.jpg) no-repeat 0px 0px;
    	margin: 10px; 
    	color: #fff; 
    	height: 200px;
    }
    
    Code (markup):
    Your image is only 130px high so change to height to 130px and give that a try.
     
    smatts9, Jan 23, 2007 IP
    creativegenies likes this.
  3. creativegenies

    creativegenies Peon

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    oh yeah geez I looked right past that part..........thanks a lot ;)
     
    creativegenies, Jan 23, 2007 IP