I have a logo.jpg at the top of my store, it's 550x89. If I remove the currencies drop down from the header it will move everything up and cut the top half of my logo off.
I thought I fixed this last week by changing the below from/to in my header.php file.
FROM:
// define('HEADER_LOGO_WIDTH', '385px');
// define('HEADER_LOGO_HEIGHT', '75px');
TO:
define('HEADER_LOGO_WIDTH', '550px');
define('HEADER_LOGO_HEIGHT', '90px');
This allowed me to turn off the side box for Currencies and still have a full logo.jpg in my header.
I assume I've changed something, but honestly don't know what it could be. We haven't made many mod's lately, esp anything related to the header.
Any thoughts?
Check out the site here.
Thanks
Paul


Reply With Quote
