• Hello all,

    I have been racking my code trying to figure out why I have some white space between my header and body layout. I have adjusted many different things in the php pages and css and still can’t get it to go away.

    I am not a newbie, nor a veteran with wordpress.

    Any suggestions are greatly appreciated.

    the website is http://www.ensoftconsulting.com.

    Thanks.

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

    (@twelvefootsnowman)

    It’s the height: 165px; under the div.art-header selector in your CSS that’s causing it.

    The header image only has a height of about 110px so you’ve got 55px extra space. Try reducing it down to something like height: 120px; instead.

    Thread Starter jdnelson

    (@jdnelson)

    HA! It is always something simple that is looked over and over and over and over…. Thanks 12foot, that fixed the entire issue….

    One more thing, I have tried inserting a search bar in the header, or to the right of the menu. But it won’t work, either it will place properly in the menu to the right, but will not let you click into the field to type and search, OR it will push the header down slightly to fit the search box directly above it, and will let me click in and search, but the layout is messed up. I do have the proper search form php file setup.

    any suggestions?

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

The topic ‘Space under header / can't remove it??’ is closed to new replies.