Reduce "Hero" header height in home page
- The topic ‘Reduce "Hero" header height in home page’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I want to reduce the height of the ‘Hero’ header image, it’s too big. It displaces the important content deep down.
The blog I need help with is: (visible only to logged in users)
The height of the hero image can be adjusted using the custom CSS below:
.hero-banner {
max-height: 25vw;
}