CSS for banner height

Hi all,

Engineer theme, website here https://2019.saskrentals.co/
What is the CSS code I need to make the banner about half the hight it is?

TIA
peg

Give this a try:

#hero, .hero-background {
    height: 50vh;
}
1 Like

You’re brilliant! It worked straight away! I am much obliged. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.