Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / ugly space between header and content

ugly space between header and content

Locked

Views: 2,624

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Jul 2009, 3:24 PM
#1
darth_oettinger avatar

darth_oettinger

New Zenner

Join Date:
Sep 2008
Posts:
7
Plugin Contributions:
0

ugly space between header and content

Hi!

I´ve got the problem that there´s an ugly white space between my header and the content. I think the problem is in the css file, but just can´t find it. Please help!

http://www.yeom.de/index.php?main_page=contact_us

8 Jul 2009, 3:33 PM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: ugly space between header and content

The page displays OK in Firefox, but not in MSIE.

This leads me to think that the following is the problem...

Open this file for editing:

includes/templates/template_default/common/tpl_header.php

and find the following two lines (near line 60 - 65)

<div class="clearBoth"></div>
  <!--eof-navigation display-->

COMMENT out the div clear both line - like this...

<!--  EDIT BEGIN  <div class="clearBoth"></div> EDIT END -->
  <!--eof-navigation display-->

Save the edited file to:

includes/templates/yeom/common/

NB: if you already have an override of this file, edit the override and put it back in the proper yeom folder.

8 Jul 2009, 4:37 PM
#3
darth_oettinger avatar

darth_oettinger

New Zenner

Join Date:
Sep 2008
Posts:
7
Plugin Contributions:
0

Re: ugly space between header and content

Hey thanks a lot, that did it! That´s what i call i quick solution... :clap: That damn space realy killed my last nerve