Archived topic
Stretching Hero Image - ZEAL Theme
4 replies · Started by Diego on April 1, 2020
Hi team,
I am currently using the Zeal theme, and I was wondering, how do I stretch out the Hero section?
Is this done through Additional CSS? If so, where?
Hi there,
Not 100% sure if I understand.
Looks like it's full width by default in the original site:
https://gpsites.co/zeal/
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Hi Leo,
I edited my original post to have my url
Please let me know :)
What I am trying to do is stretch out the hero section to be larger
Ahh that's controlled by this block of CSS in Customizer > Additional CSS:
.main-hero-wrap {
max-width: 1000px;
margin: 0 auto;
}