width of custom header image?
-
I have altered the width of my blog using css upgrade but cannot figure out how to change the width of the custom header image to match.
I appreciate any help
thanks
The blog I need help with is: (visible only to logged in users)
-
-
Create your new header image (size as require), upload it to your media library and get the URL of that image. Add the following to the CSS:
#header { background: #FFFFFF url(PUT URL OF HEADER HERE) no-repeat scroll 0 0 }and put the URL of your new header image in between the parenthesis.
- The topic ‘width of custom header image?’ is closed to new replies.