add header image
-
I want to add a header image to my blog, can someone show me how to go about doing so? Thanks.
http://elementofchic.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
-
-
Not knowing where you want the menu (which as it was would be in the middle of the header image, and not knowing if you wanted the site title and tagline to remain over the image, the following is just a wild guess. It puts in a 980px x 200px header and moves the menu down below the header above the content and leaves the title and tagline superimposed on the header image.
#header { background: url("URL of header image") no-repeat scroll 0 0 transparent; height: 200px; } #header #menu { margin-top: 110px; } #header h1 { margin: 0 50px 0 250px; }You will need to create a 980px x 200px header image, upload it to your media library, get the URL of that image and then put it into the background declaration of #header above.
-
It worked out great! However, I did change the height to 180 and now the menu bar is overlapping the post title. How can I fix this?
-
-
-
-
-
- The topic ‘add header image’ is closed to new replies.