Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / another whitespace issue

another whitespace issue

Locked

Views: 1,265

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Jul 2006, 1:38 AM
#1
lawman avatar

lawman

Zen Follower

Join Date:
Mar 2006
Posts:
102
Plugin Contributions:
0

another whitespace issue

:oops: I have a 5px whitespace after header/tabs-menu that I can't figure out how to get rid of. I recently replaced the images on my main-page and now I have the whitespace.

It is only on the main-page, happens in both IE and firefox.

Looked for " <br class="clearBoth" /> " but wasn't there...
Tried adding " #taglineWrapper {display:none} " to css
Added " #contentMainWrapper {margin-top: -5px;} and that moved up the space but it also moved up the pages that weren't messed up.

:frusty:

I'm at a loss...

whitespace is at www.cathis.com

23 Jul 2006, 2:41 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: another whitespace issue

<h1 id="indexDefaultHeading"></h1>

Find and remove.

23 Jul 2006, 3:14 AM
#3
lawman avatar

lawman

Zen Follower

Join Date:
Mar 2006
Posts:
102
Plugin Contributions:
0

Re: another whitespace issue

:thumbsup: Thanks Kim!

That got it to within 2px which #contentMainWrapper {margin-top: -2px;} took care of without messing up the other pages.