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/shopso...ain_page=index
How can I move the side boxes down so they aren't in the 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/shopso...ain_page=index
How can I move the side boxes down so they aren't in the header?![]()
Last edited by Ajeh; 7 Sep 2008 at 04:55 AM. Reason: remove zenid
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?
Zen-Venom Get Bitten
I did not. I looked at it in IE7 at home and at work.
Do you see the Reviews box on the left and Search box on the right?
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.
I see the problem in IE7.
Increase the height of #logoWrapper in your stylesheet.
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 Code:define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
Thanks for your help. I'll try your suggestions and let you know what happend.![]()
That worked!! Thanks again!!![]()