I need some help in increasing the size of the header banner without affecting the display of the template layout.
I want to increase banner height and plan on using an animated gif. Width will remain the same.
I need some help in increasing the size of the header banner without affecting the display of the template layout.
I want to increase banner height and plan on using an animated gif. Width will remain the same.
Take a look at the stylesheet.css for your templates css folder. the dimensions for your header graphic should be set there.
JOhn ><>
Newest Site: ChargerPros - Stuff4Toys
In the STANDARD TEMPLATE
I think this is the only place I made a change, I have a full width logo 750 X 120
It's been almost a year since I did this.Code:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #ffffff; height:120px; }
JOhn ><>
Newest Site: ChargerPros - Stuff4Toys
Hmmmph, I cannot for the life of me remember where I changed the name and size of the "LOGO" image, maybe someone else might have an answer.
The above only affects the background image, not the logo image.
JOhn ><>
Newest Site: ChargerPros - Stuff4Toys
Here it is
includes/languages/english/Your_Template/header.php
JOhn ><>Code:// added defines for header alt and text define('HEADER_ALT_TEXT', 'BulkLights.Com! - Energy Saving LED Holiday Lights!'); define('HEADER_SALES_TEXT', ''); define('HEADER_LOGO_WIDTH', '770px'); define('HEADER_LOGO_HEIGHT', '120px'); define('HEADER_LOGO_IMAGE', 'header_bg.jpg');
Newest Site: ChargerPros - Stuff4Toys