header size
-
hey everyone..
I’m using the “Enterprise” theme .. and i bought the Custom Design option ..
I’m wondering if I can change header size ? -
-
This should do it. First go to appearance > header and delete the header you have uploaded there (set it back to original). Next upload the header you want to use to the media library. Do not use the header uploader as it will always crop to the original size.
Put the URL of that newly uploaded image into the background declaration where it says URL OF IMAGE between the double quote marks. Adjust the height value to match your image. The border radius line below is to fix a mistake in the original RTL CSS.
#header { background: url("URL OF IMAGE") no-repeat scroll 0 0 #FFFFFF; border-radius: 0 0 10px 10px !important; height: 80px; } -
-
- The topic ‘header size’ is closed to new replies.