Size of the hero / featured image for Sites
- The topic ‘Size of the hero / featured image for Sites’ is closed to new replies.
Need help? Check out our Support site, then
I had one question regarding the header image for the landing page using wayfarer:
What is the optimal/recommended size of the featured images?
Is it possible to change the height of said image, so the header wouldn’t take up so much space?
Is that a css thing?
Thanks for your help and the great job on this theme – i like it a lot!
Sorry for the late response here!
The theme is setup to best display a hero image with the size of 1440×600. That said, you can reduce the size of the hero image area with CSS. The custom CSS below should get you off to a good start.
.hero-banner {
min-height: 400px;
}
Let me know how that works.
Thanks for the kind words, too! We really appreciate it and are glad to hear you’re liking it.
Cheers,
Luke
Very helpful over here too. Thank you!