Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Head adjustment issue

Head adjustment issue

Locked

Views: 599

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
12 Oct 2009, 8:54 PM
#1
poseidonairsoft avatar

poseidonairsoft

New Zenner

Join Date:
Oct 2009
Posts:
4
Plugin Contributions:
0

Head adjustment issue

The header on my site http://www.poseidonairsoftarmory.com has this giant gap between the main template and it, is there any way to remove it?

12 Oct 2009, 9:09 PM
#2
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Head adjustment issue

try removing the;

height; 385px;

and replacing with:

height: 278px;

from logoWrapper in your style sheet (about line 185)

12 Oct 2009, 9:14 PM
#3
poseidonairsoft avatar

poseidonairsoft

New Zenner

Join Date:
Oct 2009
Posts:
4
Plugin Contributions:
0

Re: Head adjustment issue

Awesome, thank you. Is there any way to adjust those top navigation buttons so they don't overlap the header image? And how do I make the header background black so it won't have that thin white line on the left hand side?

12 Oct 2009, 9:16 PM
#4
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Head adjustment issue

In that same logoWrapper, change #FFFFFF to #000000 (zeroes)