How do i change the height of the newsletter section for prestige?

Hi,

I’m trying to make the newsletter section on my homepage thinner. I have managed to do it on mobile but in desktop its still quite large. I’d like to set it to be much thinner, giving just enough room for the sign up form.

Can someone help and let me know how to edit the code to fix this?

Can you share your store’s URL and “opening soon” password please?

gospelrunners.com

password: runner

@JonKalis

Please add the following CSS code to your assets/theme.css bottom of the file.

@media screen and (min-width: 1140px){
.ImageHero--small {min-height: 250px !important;}
}

Thanks!