how to adjust height of header image
-
Hi,
I’d like to ask about decreasing the height of my header image on bemyeditor.ca It’s taking up too much screen height
The blog I need help with is: (visible only to logged in users)
-
It seems the theme is designed to show a large header image by default. Please check if there any Page Templates available for this theme.
As this is a premium theme, you can get theme specific support in the premium themes forum: http://premium-themes.forums.wordpress.com/forum/business-identity
Sorry, I can’t test it myself and provide help as this is a premium theme.
-
You should just be able to upload an image with different dimensions, or crop the image when you select it as your header.
Otherwise you could use something like the code below, although it will mean your image doesn’t stretch across the whole screen:
#header-image a, #header-image img { max-height:300px; width:auto; }
- The topic ‘how to adjust height of header image’ is closed to new replies.