Hi @MulderDSM,
The correct way to resolve this issue is what suggested by my colleague, still, if you want that to be solved only CSS, you can try the following custom CSS by adding to the Theme Options > CSS
.page-header-image img
{
height: auto !important;
max-height: none !important;
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Alternatively, I would suggest you to use the Map element to avoid such issue with the images.
Thanks