Changing Header Size
-
This is kind of a stupid question! I need to make the height of my header bigger, but the theme only allows 160px height. What do I add and where to change the height of the cropped header?
The blog I need help with is: (visible only to logged in users)
-
First off if you want the same style (with the rounded border) then you need to create a new header overlay image that has enough height for your new image.
http://s1.wp.com/wp-content/themes/pub/digg3/images/bg_header_overlay.png?m=1259517429g
Then you upload that overlay image to the media library and put the URL of it in here:
#header-overlay { background: url("URL of new overlay") no-repeat scroll 0 0 transparent; }Then you upload the new header image, get the URL and put it in here and adjust the height as needed to accommodate the new overlay and the new header image.
#header { background: url("URL of new overlay") no-repeat scroll 0 0 transparent; height: 250px; }Various other things will have to be adjusted such as the image map you created and such.
-
Do I have to have a header overlay? Or could I leave that part out. I wanted the header directly above the image map I told you about in the other thread.
-
-
Should I remove the current header that I uploaded in the appearance tab? And then upload the new one to media? Or could I upload it Under appearance, then in the code make the image higher so you could see the part I had to crop out
-
No, once you go about changing a header size you have to upload to the media library and go directly into the CSS. The custom header thing will always size to the original header dimensions.
- The topic ‘Changing Header Size’ is closed to new replies.