Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Increasing the Height of the Header Area?

Increasing the Height of the Header Area?

Locked

Views: 674

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
1 Feb 2010, 3:07 PM
#1
eyal8r avatar

eyal8r

Zen Follower

Join Date:
Jan 2010
Posts:
142
Plugin Contributions:
0

Increasing the Height of the Header Area?

Hey guys-
I THOUGHT this would be easy, but man I'm stumped. I have a larger image as a background in my header area. It's 230px tall. The problem is, the EZPages Menu now runs right across the middle of it. I increased the padding and/or margin of the EZPagesTOC, and it helped move it down some. But when I tried to move it down even more, the EZPagesTOC Menu would start getting cutoff at the bottom, and going 'underneath' the top of the content area- all while sitting on top of the header background.

I want to move my EZPages Menu bar down to the bottom of the header background image, and then have the sidemenus and content area start directly below THAT.

How do I achieve that?

Site - h c g s u p p l y . c o m / s t o r e

Thanks for all the help!

1 Feb 2010, 3:49 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Increasing the Height of the Header Area?

Did you change the size of your logo in includes/languages/english/YOUR_TEMPLATE/header.php?

Ymay need to change it in your stylesheet as well:

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px; <-adjust this line if necessary
}

1 Feb 2010, 4:04 PM
#3
eyal8r avatar

eyal8r

Zen Follower

Join Date:
Jan 2010
Posts:
142
Plugin Contributions:
0

Re: Increasing the Height of the Header Area?

ok, I figured out a few problems from your post- got some tweaking to do, but that helps a ton!
Thanks!

1 Feb 2010, 5:14 PM
#4
eyal8r avatar

eyal8r

Zen Follower

Join Date:
Jan 2010
Posts:
142
Plugin Contributions:
0

Re: Increasing the Height of the Header Area?

ok- got a new, but related problem here...

I made some adustments- now, there's a white space between the bottom of the logowrapper (image) and the top of the EZPagesTOC. I believe it's linked to the EZPages, because when I adjusted the margin, it just moved the white bar up WITH the EZPagesTOC, and started to cutoff the image.

I've looked all over, not seeing what's causing it. Any input here? I sincerely appreciate your time!