Are you trying to change the height of the header image background or the header in general?
If you are trying the change the height of the header only, first create a child theme.
Then in your child theme’s style.css, add the following:
#header {height:300px;}