Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove white space below banner

Remove white space below banner

Locked

Views: 3,228

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
22 Apr 2008, 7:54 PM
#1
vega avatar

vega

New Zenner

Join Date:
Apr 2008
Posts:
10
Plugin Contributions:
0

Remove white space below banner

I just added a new language to my zen cart, and I noticed that on the english version, there is a white space under the banner, which shouldn't be there, on the new language, it comes out good, but I already had the english one with the white space for a long time, hadn't even noticed this. Does anyone know where I can remove that white space?

This is the english version (one with the unnecessary space):

This is the dutch version (one that is correct):

Thanks.

22 Apr 2008, 8:05 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Remove white space below banner

V,
I need a actual link to the page in question, to sort out a fix

22 Apr 2008, 8:15 PM
#3
vega avatar

vega

New Zenner

Join Date:
Apr 2008
Posts:
10
Plugin Contributions:
0

Re: Remove white space below banner

http://neopoints.be/

English is at the moment the default language, so you will automatically come to the english template.

22 Apr 2008, 9:36 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Remove white space below banner

V,
Thanks for the link,

includes/ templates/ your_template/ css/ stylesheet.css

Find this:
#tagline {stylesheet.css (line 207)
font-size:1.1em;
font-weight:bold;
padding:25px 8px 35px;
text-align:center;
}

The red font above is the problem

  1. Change to this:
  2. padding:0px;
22 Apr 2008, 9:56 PM
#5
vega avatar

vega

New Zenner

Join Date:
Apr 2008
Posts:
10
Plugin Contributions:
0

Re: Remove white space below banner

Dunno how you've done it, but it works, thanks :)

22 Apr 2008, 10:08 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: Remove white space below banner

You are most welcome, glad I could assist you..