
Originally Posted by
JGraphics
I'm having no luck! Any help would be great. Thanks!
I just discovered the answer to this while setting up my latest store. But, it's not for the newest version, mine's v. 1.2.4.1, which I think was a couple of versions ago... (I'd have to upgrade my server to run the newest version, but doing that would make me have to upgrade my other store's cart, and it's not the off-season yet, so I'm waiting.)
The Evil Code for my version was hiding, laughing at me from:
includes\templates\template_default\common\tpl_header.php
Find the line where it says,
Code:
<td valign="middle" height="<?php echo HEADER_LOGO_HEIGHT; ?>" width="<?php echo HEADER_LOGO_WIDTH; ?>">
KILL that HEADER_LOGO_WIDTH php code, and if you've got nothing in the next cell over, the logo should center right up!
Oh, and if you want a bit of a border below your logo, kill the php statement for the logo height and hardcode it to be a few px bigger than your logo is.
BTW the suggestion to add "center" to that line works, but only in FireFox. IE will obey the width designation over the "center" command.
Hope this is all clear since I just got done doing this, so I'm still a bit irritated!!