Hi @emc,
I can see you’ve added the following custom CSS already to reduce the padding around the image:
@media screen and (min-width: 1230px) {
.hero.with-featured-image, body[class*=front-page] .hero {
padding: 20px 0;
}
}
Are you trying to reduce the height further still?
Thread Starter
emc
(@emc)
Thanks for the reply.
I was trying to reduce the height of the Front Page image with that, but it affected other pages. IE if you look at the image in the Front page, I set the same image to the Music Lesson page. The image in the Music Lesson page is half the height of the Front Page. I’m messing up somewhere, but not sure where.
Thread Starter
emc
(@emc)
Oh crap, I just hit Submit, and it hit me. The padding is the space between text and the edge of the image. The Lessons page image was smaller because there were fewer lines of text. Major derp. Thanks