Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / White Space on Header

White Space on Header

Views: 774

Results 1 to 6 of 6
23 Mar 2011, 7:07 PM
#1
timduncan86 avatar

timduncan86

New Zenner

Join Date:
Jan 2011
Posts:
24
Plugin Contributions:
0

White Space on Header

Hello.

I have a large gap at the top of my header that I would like to eliminate. Meaning that I would like to push the image to the top of the page.

Thanks in advance for any help.

Btw, I do have the developer's tool kit for my browser but still cannot figure this one out.

23 Mar 2011, 7:08 PM
#2
timduncan86 avatar

timduncan86

New Zenner

Join Date:
Jan 2011
Posts:
24
Plugin Contributions:
0

Re: White Space on Header

I'm sorry. My website is http://www.rainenjewelry.com

24 Mar 2011, 12:34 AM
#3
celtic avatar

celtic

Zen Follower

Join Date:
Feb 2010
Posts:
154
Plugin Contributions:
0

Re: White Space on Header

Tim,

You need to do two things...

  1. Delete the first <div class="clearboth"> (just after closing div for id="navMain")

  2. In: logoWrapperOuter / logoWrapper / taglineWrapper / tagline
    Delete the empty <h1></h1> tags

That puts your image right at the top then.

24 Mar 2011, 6:57 PM
#4
timduncan86 avatar

timduncan86

New Zenner

Join Date:
Jan 2011
Posts:
24
Plugin Contributions:
0

Re: White Space on Header

Celtic:

Tim,

You need to do two things...

  1. Delete the first <div class="clearboth"> (just after closing div for id="navMain")

  2. In: logoWrapperOuter / logoWrapper / taglineWrapper / tagline
    Delete the empty <h1></h1> tags

That puts your image right at the top then.

I am not finding any of those in my stylesheet...

24 Mar 2011, 6:59 PM
#5
clydejones avatar

clydejones

Deceased

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

Re: White Space on Header

timduncan86:

I am not finding any of those in my stylesheet...

They won't be in the stylesheet.

They will be located in

includes/templates/YOUR_TEMPLATE/common/tpl_header.php

24 Mar 2011, 7:38 PM
#6
timduncan86 avatar

timduncan86

New Zenner

Join Date:
Jan 2011
Posts:
24
Plugin Contributions:
0

Re: White Space on Header

clydejones:

They won't be in the stylesheet.

They will be located in

includes/templates/YOUR_TEMPLATE/common/tpl_header.php

Thank you both so much! I was up the wall trying to figure this out.