Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Space Between Logo-header and EZ-Pages Header

Space Between Logo-header and EZ-Pages Header

Locked

Views: 3,471

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Jun 2008, 3:49 PM
#1
tig avatar

tig

Zen Follower

Join Date:
Apr 2006
Location:
Lansing, MI
Posts:
123
Plugin Contributions:
0

Space Between Logo-header and EZ-Pages Header

I've attached an image and the space in red is what I want to get rid of. I've tweaked a few files and I'm still coming up nothing.

Here is the relevant HTML:

<!--bof-header logo and navigation display-->

<div id="headerWrapper">
<!--bof-branding display-->
<div id="logoWrapper">
    <div id="logo"><a href="http://srls.lucajo.com/"><img src="includes/templates/custom/images/logo.gif" alt="Powered by Zen Cart :: The Art of E-Commerce" title=" Powered by Zen Cart :: The Art of E-Commerce " width="192" height="64" /></a></div>
</div>
<br class="clearBoth" />
<!--eof-branding display-->
<!--eof-header logo and navigation display-->

<!--bof-header ezpage links-->
<div id="navEZPagesTop">
  <a href="http://srls.lucajo.com/index.php?main_page=site_map">  Site Map</a>
</div>
<!--eof-header ezpage links-->
</div>

How do I get rid of the whitespace?

Thank you.

20 Jul 2008, 1:48 AM
#2
honrheart avatar

honrheart

Zen Follower

Join Date:
Jul 2008
Posts:
139
Plugin Contributions:
0

Re: Space Between Logo-header and EZ-Pages Header

Yes I'd like to know this one too. I've got a white space there and it looks tacky!

22 Jul 2008, 6:17 PM
#3
compuryan avatar

compuryan

New Zenner

Join Date:
Mar 2008
Posts:
2
Plugin Contributions:
0

Re: Space Between Logo-header and EZ-Pages Header

Did you try going to includes\languages\english[your template name]\header.php and ensure these lines match your logo dimensions:

define('HEADER_LOGO_WIDTH', '390px');
define('HEADER_LOGO_HEIGHT', '90px');

If not, I would suggest trying that and see if that helps the problem.

Regards,

Ryan