Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Space between navigation header and mainheader

Space between navigation header and mainheader

Locked

Views: 1,341

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Feb 2007, 2:14 AM
#1
bjmhistory avatar

bjmhistory

New Zenner

Join Date:
Jan 2007
Posts:
54
Plugin Contributions:
0

Space between navigation header and mainheader

How can I eliminate the space between the navigation header and the main header?

http://www.historicalpreservation.org/historywiki

19 Feb 2007, 3:09 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Space between navigation header and mainheader

as you are not using the logo at all I would begin by editing your tpl_header.php file and comment out or delete the lines from <!--bof-branding display--> to <!--eof-branding display-->
Or move your mag_header.gif from navMain Wrapper to the logo location (by renaming it to logo.gif) but change the graphic width to include only the text and apply the same color as a background color to #logo

The basic problem as I see it right now is that there is a logo.gif that is 192x64px in size and I suppose that it is now a transparent image but is still consuming space.

The navMainWrapper is still displaying the "Home" link but the text color makes it not visible and this div is normally only about 20px high but as you have an image attached to it this has expanded to accomodate this.

Try one of these and see what results - your site looks nice overall but you have place much of your mast head outside of the provided wrappers that it is difficult to know exactly what will result from any of this.

Btw: befor you progress much farther you should develop your own template and cease using the "classic" template and this is to preserve all of your efforts in the event you have to overload files or in an upgrade. You can copy/replicate all the classic files into folders with your template name at the same places where you are editing classic files now. and only need to edit the template_info.php file copy with your new name

19 Feb 2007, 5:07 AM
#3
bjmhistory avatar

bjmhistory

New Zenner

Join Date:
Jan 2007
Posts:
54
Plugin Contributions:
0

Re: Space between navigation header and mainheader

I'll give your recomendations a run. Thanks again!

21 Feb 2007, 2:15 AM
#4
bjmhistory avatar

bjmhistory

New Zenner

Join Date:
Jan 2007
Posts:
54
Plugin Contributions:
0

Re: Space between navigation header and mainheader

FYI: Removing the script worked like a charm! Thank you again.