Changing the height of the header graphic

Question:

I would like to use a header graphic that is taller or narrower then 150px?

 

Answer:

1) Create a Header graphic as tall as you want. Example 200px tall. Learn about creating headers here.

2) Log into WordPress

3) In the left sidebar click on “Appearance” -> “Editor”

4) A file called “style.css” should load by default – if not select it from the file list on the right

5) Type the following (replace the “200px” example with your desired height in pixel):

#header {height:200px;}

 

Tip: It is advisable to include your Business Name, Tagline and Address as graphic into your custom header graphic. This way you do not need to adjust any css for your text. Learn here how to hide the text overlay imposed by the theme.

back to topics list