Thank you for any help.
Thank you for any help.
The .ow_header_pic css has the settings below. The image they used was 521px in height, but the css sized it to 300pxOh my gosh, it works perfect now. Thank you very much :-)
.ow_header_pic {
background-size:cover; "This fills the image across the page"
height: 300px; "This sets the height of the image"
}
You will need to add this to your themes custom css in the admin panel. It should maintain the height of you image.
.ow_header_pic {
height: 220px;
}
.ow_header_img {
width: 100%;
}