Zen Cart Logo
Forums / General Questions / Side boxes run into header

Side boxes run into header

Locked

Views: 1,207

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
5 Sep 2008, 4:21 AM
#1
webd avatar

webd

New Zenner

Join Date:
Feb 2008
Location:
Chicago
Posts:
42
Plugin Contributions:
0

Side boxes run into header

I used my own header image and it is larger than the original. This is causing the side boxes to overlap the header image.
https://www3511.ssldomain.com/shopsocksappeal/ZenCart/index.php?main_page=index

How can I move the side boxes down so they aren't in the header?:blink:

5 Sep 2008, 5:49 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Side boxes run into header

Looked at this in both FF & IE and did not see what you described...

Did you square this?

What browser are you seeing this in?

5 Sep 2008, 2:16 PM
#3
webd avatar

webd

New Zenner

Join Date:
Feb 2008
Location:
Chicago
Posts:
42
Plugin Contributions:
0

Re: Side boxes run into header

I did not. I looked at it in IE7 at home and at work.

5 Sep 2008, 2:17 PM
#4
webd avatar

webd

New Zenner

Join Date:
Feb 2008
Location:
Chicago
Posts:
42
Plugin Contributions:
0

Re: Side boxes run into header

Do you see the Reviews box on the left and Search box on the right?

5 Sep 2008, 2:40 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Side boxes run into header

What do you mean by "run into the header"? There is a 15px space between the bottom of the logo and the top of the sideboxes, which is from left & right box container margin-top. This is less than the combined top margins/padding of the center column.

5 Sep 2008, 3:23 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Side boxes run into header

I see the problem in IE7.

Increase the height of #logoWrapper in your stylesheet.

5 Sep 2008, 3:51 PM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Side boxes run into header

And actually, since you have a larger logo than the stock example, you should edit the size allotted for it in /includes/languages/english/your_template/header.php:```php
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');

7 Sep 2008, 4:54 AM
#8
webd avatar

webd

New Zenner

Join Date:
Feb 2008
Location:
Chicago
Posts:
42
Plugin Contributions:
0

Re: Side boxes run into header

Thanks for your help. I'll try your suggestions and let you know what happend. :smile:

7 Sep 2008, 5:08 AM
#9
webd avatar

webd

New Zenner

Join Date:
Feb 2008
Location:
Chicago
Posts:
42
Plugin Contributions:
0

Re: Side boxes run into header

That worked!! Thanks again!! :D