The section where title is, is called "Subheader" and that's why goes down when you increase header height. If you want to move title up, you must play with below css because this is the only way to do this:
Yes, we know what the difference is. If header height was increased, you see higher image. So it works properly in our opinion. But if you want to increase header height and center title vertically, then you must use both css's:
Comments
http://prntscr.com/7sl2m1
while on desktop it is like this
http://prntscr.com/7sl2v1
So could it be responsive like all other images on your theme?
And what about that code you gave me? It decreased my header image when I added it. It cropped her again.
http://vizionhosting.co.uk/?page_id=2330
Do you want to see how image is looking without that code for subheading?
#Subheader { margin-top: -50px !important; }
http://prntscr.com/7synfj
and this is that page without code above
http://prntscr.com/7synvc
Do you now see the difference. Image should be this height like on second image only subheader title CONTACT US should be centered.
Is there any css code that could center the sub header without cropping image?