Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how do i get rid of this space?

how do i get rid of this space?

Locked

Views: 1,122

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
4 Jan 2007, 4:35 AM
#1
blackinches avatar

blackinches

New Zenner

Join Date:
Nov 2006
Posts:
43
Plugin Contributions:
0

how do i get rid of this space?

my site is https://www.nationalairsports.com/catalog and i wanted to get rid of the white space between my banner and the tabs menu bar. what part of the stylesheet do i have to change?

4 Jan 2007, 2:33 PM
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: how do i get rid of this space?

Actually what you want to edit is includes/templates/YOURTEMPLATE/common/tpl_header.php

When you open this file to edit it you will see that just after the close of the headerWrapper div there is a <br class="clearBoth"

Change that to <div class="clearBoth"></div>

that should take out the white space you mention.

HTH

6 Jan 2007, 2:14 PM
#3
thenostradamus avatar

thenostradamus

New Zenner

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

Re: how do i get rid of this space?

Ok I am having the same problem.however i have installed Classic Contemporary Red as my template and your instructions dont seem to be working.

Any ideas????

Thanks

6 Jan 2007, 3:28 PM
#4
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: how do i get rid of this space?

TheNostradamus - in order to make this same change since you used the classic template as your guide is to copy the file from includes/templates/template_default/common/tpl_header.php and put a copy into includes/templates/YOUR TEMPLATE/common then you will find the edit that I mention in the file and have your fix.

HTH

6 Jan 2007, 8:01 PM
#5
thenostradamus avatar

thenostradamus

New Zenner

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

Re: how do i get rid of this space?

Ok this does not seem to be working, all I have in my templates folder (red) (/public_html/KL/includes/templates/red) is;
css (folder)
images (folder)
template_info.php

I dont have any common folder

I hope your the patient sort of person lol....

6 Jan 2007, 8:13 PM
#6
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: how do i get rid of this space?

copy the entire common folder from template_default into your (red) folder.

6 Jan 2007, 8:30 PM
#7
kobra avatar

kobra

Black Belt

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

Re: how do i get rid of this space?

in order to make this same change since you used the classic template
Might not be /includes/templates/template_default that you want to copy but instead
/includes/template/classic > and replicate all files & folders into your "red" template or /includes/template/red