I’m kind of at a loss here. Does anyone have any suggestions???
Thanks!
Ted
]]>Perhaps, this CSS code might do the trick for you. The reason why the hero image never gets smaller is the fact it has a fixed height.
.site-header {
height: 50vw;
}
This code adjusts the height depending on the width of the page. Feel free to adjust and tweak the values per your needs.
I hope this helps, cheers!
Andrija