@johnathansmith1969: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width: 1024px) {
.custom-header .wrapper::before {
background-image: unset !important;
}
.has-header-media .custom-header-media .wp-custom-header img {
display: block !important;
}
.has-header-image.home .custom-header-media, .has-header-video.home .custom-header-media, .has-header-text.home .custom-header-media {
min-height: unset !important;
}
}
Let me know if this solves your issue.
Kind Regards,
Skandha