Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Extra White Line in Header

Extra White Line in Header

Locked

Views: 1,586

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
23 Jun 2008, 4:14 AM
#1
igotag avatar

igotag

New Zenner

Join Date:
May 2008
Posts:
3
Plugin Contributions:
0

Extra White Line in Header

I have uploaded a logo to my header and now I have an extra white space underneath it. How do I make it go away???

https://www.nwdivecenter.com

23 Jun 2008, 4:43 AM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Extra White Line in Header

Did you get this fixed, cuz I don't see the white line (not in IE7)

23 Jun 2008, 3:21 PM
#3
coins avatar

coins

New Zenner

Join Date:
Jun 2008
Posts:
37
Plugin Contributions:
0

Re: Extra White Line in Header

I have the same issue.
http://www.palestinecoins.com/
Thx.

23 Jun 2008, 3:33 PM
#4
coins avatar

coins

New Zenner

Join Date:
Jun 2008
Posts:
37
Plugin Contributions:
0

Re: Extra White Line in Header

To be more clear.... Under the logo where it say "Palestine coins . com" and above the bar saying "Sell us you palestine coins for cash" Thx again.

28 Jun 2008, 1:11 PM
#5
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,771
Plugin Contributions:
9

Re: Extra White Line in Header

Try looking at your includes/languages/english/CUSTOM/header.php around line #21 and see if you didn't leave the <h1> there. Should read -- Line #21 : define('HEADER_SALES_TEXT', '');

As a side note.... You might have gotten a quicker response if you had started a new thread.

28 Jun 2008, 4:09 PM
#6
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Extra White Line in Header

dbltoe:

Try looking at your includes/languages/english/CUSTOM/header.php around line #21 and see if you didn't leave the <h1> there. Should read -- Line #21 : define('HEADER_SALES_TEXT', '');

As a side note.... You might have gotten a quicker response if you had started a new thread.

Also, Coins, if that was to not work (for some reason), you can add this your stylesheet.css to make it work (not the prettiest css, but it works):

div#navEZPagesTop {
        margin-top: -12px;
}

Hope this helps.

29 Jun 2008, 7:28 AM
#7
coins avatar

coins

New Zenner

Join Date:
Jun 2008
Posts:
37
Plugin Contributions:
0

Re: Extra White Line in Header

Thank you, appreciate it!