changing Header size in premium theme WIRE
-
Is their an easy way to change the header size, I need way bigger or is it not able to be changed.
Also when I take out the header Text is gets really small, driving me crazy because I dont want the text .
I want my own size header picture can I get that ?
The only thing I know how to do is paste in the CSS custom part of the theme.
The blog I need help with is: (visible only to logged in users)
-
Hey. You could set a height using CSS:
.site-branding { height: 640px; }If you have the CSS upgrade, you can add the above snippet via the Appearance->Customise->CSS tab in your dashboard area.
Please note, as you are using a premium theme, you have access to dedicated forums here: http://premium-themes.forums.wordpress.com/forum/wire.
-
-
I see you have the following custom CSS at Appearance > Customize > CSS:
#custom_header { width: 900px; height: 460px; }Remove that and add the following instead:
.site-branding { height: 460px; }I don’t find the #custom_header in the CSS for your current theme. Since CSS is theme specific, virtually all themes are going to require different solutions. One way to find the CSS you need is to use the web inspector built into the modern browsers. We have some short introductory screen casts that you might want to take a look at on How to Find Your Theme’s CSS.
-
- The topic ‘changing Header size in premium theme WIRE’ is closed to new replies.