Support » Fixing WordPress » Help find cause of space

  • Resolved Srose

    (@srose)


    would someone be so kind as to help me find what needs to be removed to get rid of the huge amount of space between the banner and the rest of the page, please… I realize I am overlooking something silly. spookymeat.com is the address, and thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    it is this empty div:

    <div id="header" role="banner">
    	<div id="headerimg">
    
    	</div>
    
    </div>

    with fixed heights in these styles in style.css:

    #header {
    	height:160px;
    	...
    	}
    
    #headerimg {
    	height: 200px;
    	...
    	}

    either remove the code from header.php (?)

    or remove the lines with ‘height’ from the styles

    Thread Starter Srose

    (@srose)

    thank you very much for your help and quick reply, the first option fixed the problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help find cause of space’ is closed to new replies.