Changing the height of the Header Image
I get lots of requests on changing the header picture height of the Breathe Theme, so this is a quick how to guide.
The default settings for the image in the head section (mountain range) is width = 950px and height = 20.2em.
To change the height it is a simple matter of changing the height in the Style.css page.
- Under the Appearance tab click on Editor.
- The page that appears should be style.css, if not go to the right side of the page and find Styles heading and under there is Stylesheet (style.css) click on this.
- Scroll down the page to find thisĀ #header
- Change 20.2em beside height to whatever you would like e.g., height:100px; Don’t worry about spaces and make sure that the ; is at the end as per the example.
- Click Update File at the bottom of this page. A bar at the top pops up “File edited successfully“.
- View your changes on your site by opening another browser window and press the refresh button or F5 key on your keyboard to make sure that the changes are like you expected.




