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

Extra White Line in Header

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
23 Jun 2008, 04:14
#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???

www.nwdivecenter.com
23 Jun 2008, 04:43
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
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, 15:21
#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, 15:33
#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, 13:11
#5
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Posts:
9,707
Plugin Contributions:
6

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, 16:09
#6
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
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, 07:28
#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!