Does anyone know how to fix this
What I meant was too not make the Banner to repeat, but to stay in the center
!!!!$~~GadgetBlvd.com~~$!!!!!
The best way would to not use this as a background image but as a logo image and leave the header background just a space that is white..
If you have not edited the files to remove the logo but do not have a logo image in your template "green" images folder. rename the image to logo.jpg.
In your includes/languages/english/green/ copy the header.php file to this folder and edit it finding this line and changing the red highlighted text
You will have to edit your stylesheet to remove the background that you placed there.Code:define('HEADER_LOGO_IMAGE', 'logo.jpg');
Zen-Venom Get Bitten
I still have the logo image and the code but forgot how I removed the logo, so i can put it back.
But even if i put the banner as a logo won't i have to make the logo px size larger?
Hope it wasn't confusing?
!!!!$~~GadgetBlvd.com~~$!!!!!
You have your layout set at 850px, but your background banner is only 760px. You can either make a new white background image, in your graphic program, 850px wide... add/center your current banner image onto it, then things should be okay when you upload it and overwrite the original. PM me if you want me to do that, while having a go at rounding the corners better.
You can try this also, but I'm not sure if it will work... find in your stylesheet.css;
Try adding this declaration: text-align: center;Code:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: no-repeat; background-color: #ffffff; height:110px; }
That may center your current image as is.
I tried thebut it didn't work.Code:text-align: center;
!!!!$~~GadgetBlvd.com~~$!!!!!