Hello Blake,
Sorry for the mix-up.
Yes, now your site is succesfully running with the latest version of the theme i.e 4.1.8
The theme clearly recommends you for the 2560 × 150 pixels header image.
Please undo all your changes and add the following css inside the additional css field of your customizer;
@media screen and (max-width: 1024px) {
#la-banner {
background-size: cover;
min-height: 268px!important;
}
}
@media screen and (max-width: 780px) {
#la-banner {
background-size: cover;
min-height: 226px!important;
}
}
@media screen and (max-width: 650px) {
#la-banner {
background-size: cover;
min-height: 190px!important;
}
}
@media screen and (max-width: 550px) {
#la-banner {
background-size: cover;
min-height: 146px!important;
}
}
@media screen and (max-width: 440px) {
#la-banner {
background-size: cover;
min-height: 110px!important;
}
}
Note: you can adjust the screen width and min-height of the image of your own.
Thanks for your patience.
Best Regards,
Bidur