New Zenner
- Join Date:
- Mar 2007
- Posts:
- 12
- Plugin Contributions:
- 0
Header image cutoff
My header image is cutoff, it shows the wrong size.
I am using Zencart v1.3.8a.
My stylesheet. I changed in both the classic and free_blue template.
#logoWrapper
width:1023px;
height:194px;
background-image:url(../images/header-bg.jpg);
background-repeat:no-repeat;
}
header.php (free_blue template)
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'MMO Gold Sales');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '1023px');
define('HEADER_LOGO_HEIGHT', '194px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
The image in question is located at http://mmogoldsales.com.
:frusty:
I have a headache for trying to fix this. Any help on getting this to stop being cutoff, would be appreciated.