We could answer that instantly by seeing the site live. It could be one of several elements, like #headerWrapper, #logoWrapper, #logo, or possibly others depending on your template.
We could answer that instantly by seeing the site live. It could be one of several elements, like #headerWrapper, #logoWrapper, #logo, or possibly others depending on your template.
ok thanks, if youcould look at it it is:
shop.topgunappliances.com.au
Find in your stylesheet
and change the color to suit.Code:#logoWrapper{ background-color: #ffffff; height: 58px; }
Thanks!
it worked. but there is still a section of white on the right edge of the header image.
Did you dfind that by looking at the source code from the page?
Any idea about the other questions?
Thanks again!
Ps - I edited the date format in notepad++ and uploaded it and it worked! thanks
Your logo image is 968px wide. See the problem?Code:#mainWrapper { background-color: #ffffff; text-align: left; width: 969px; vertical-align: top; /* border: 1px solid #9a9a9a;*/ }
hee hee, yes I do. Thanks.