Hello all,
I have been reading posts so long, I'm almost blind. I need to center my logo.
I followed the instructions below...
Using an image editor, create your new logo and save it to includes/templates/CUSTOM/images/your_image_name.??? and upload it to your server.
After creating your logo you can adjust the height, width and logo name in includes/languages/ENGLISH/header.php
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Did all that good stuff. Uploaded the header.php file to includes/langauges/english/custom/header.php
Also, I've seen in some posts, directions telling me to edit my stylesheet.css file on the line that contains:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
I can't find #logo in any file whatsoever. I even saw a post that said to "add"
#logo {
width: 100%;
text-align: center;
}
to the bottom of my stylesheet.css.
I'm having no luck! Any help would be great. Thanks!





