Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Gap between header and text

Gap between header and text

Locked

Views: 1,627

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
7 May 2007, 2:25 PM
#1
nickjre avatar

nickjre

New Zenner

Join Date:
Jul 2005
Posts:
84
Plugin Contributions:
0

Gap between header and text

Hello All,

I removed the greeting as well as the Welcome Guest! But now I have a gap between the header and text

You can see the gap here: https://www.turboaddictionparts.com/catalog

Thanks in advance,
Nick

8 May 2007, 12:13 PM
#2
nickjre avatar

nickjre

New Zenner

Join Date:
Jul 2005
Posts:
84
Plugin Contributions:
0

Re: Gap between header and text

Anyone? Any help at all would be greatly appreciated.

8 May 2007, 1:09 PM
#3
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Gap between header and text

NickJRE:

Anyone? Any help at all would be greatly appreciated.

Its the <h1 id="indexDefaultHeading"></h1> that's still there that's causing the most of your gap. Either go into the files and remove that, or add this to your stylesheet:

h1#indexDefaultHeading {display:none}

There's also padding on .centerColumn, and if you remove the <p>'s here (there's padding in the css for "p, address"):

<p><strong><font color="#ff0000" size="4">Welcome to Turbo Addiction Parts!<br /></font></strong><code><font face="verdana,arial,helvetica,sans-serif">We are your Turbo Specialists and the only Stop you need to make for your Turbo Project. </font></code></p>
8 May 2007, 2:37 PM
#4
nickjre avatar

nickjre

New Zenner

Join Date:
Jul 2005
Posts:
84
Plugin Contributions:
0

Re: Gap between header and text

Thank You Jettrue!!!

One more question.. When I view the page in firefox... why do I have a gap on the side? The center section is narrower then the the header...

8 May 2007, 3:35 PM
#5
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Gap between header and text

NickJRE:

Thank You Jettrue!!!

One more question.. When I view the page in firefox... why do I have a gap on the side? The center section is narrower then the the header...

Your logo is 760px, but you have the width of the #mainWrapper as 750px.

8 May 2007, 7:37 PM
#6
reap avatar

reap

New Zenner

Join Date:
Sep 2006
Posts:
13
Plugin Contributions:
0

Re: Gap between header and text

great, this helped me as well with the small spacing problem on the top.

9 May 2007, 12:59 PM
#7
nickjre avatar

nickjre

New Zenner

Join Date:
Jul 2005
Posts:
84
Plugin Contributions:
0

Re: Gap between header and text

Jade, Thank you again!!!!!!!!!!!!!!!!!!!!!!