Take another look at the CSS. I believe there is another height setting and possibly a top margin setting to modify.
Let me know if that works. and Ill take a look
Take another look at the CSS. I believe there is another height setting and possibly a top margin setting to modify.
Let me know if that works. and Ill take a look
-Buck
You need to set the logo dims in
/includes/languages/english/your_template/header.php:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Hi Thanks for your replys,
I've had a good look at CSS, but with no luck.
I will take another look today with a fresh head as it was getting late last night.
I also checked and played with
/includes/languages/english/your_template/header.php:
Correct me if I'm wrong, I think it maybe logo settings, not the background image of header.
I will also have another play with that file as well.
and see how I go![]()
Sorry...