9
look in themes/zaja_green/style.css and make sure there is nothing like
td#header{}
or
table_header{}
anything like that sometimes will carry a defined header width or header image width. it appears to me the image is the correct size the table it's sitting in is defined to small.
if the table it is in has defined.
"colspan="2" then the image will only span the first TD.
example:
imge here | nothing here you see header background |
should look like:
to change this in the css file you will need to know alittle .css (cascading style sheet) to do this.
if you know html you should have no problem with the css.