Archived topic
How do I adjust my Page Header Height?
6 replies · Started by Jenne on February 4, 2017
Hey GP team, I am quite a newbie to customizing GeneratePress so I might be asking something stupid.
I am customizing the page header at my site (undermywhitecoat.com) and I just couldn't figure a way to adjust its height.
I've searched through the knowledge base and came across this: https://docs.generatepress.com/article/page-header-image/ but the interface is quite different from what I'm using now (How do I get to that 'Image Height' function?).
I've looked under Layout> Page Header and Background Images > Header but can't find anything helpful. Can you help? Thanks!
Hey guys, I figured that out! I'm sorry for asking this without playing around the pages first.
I have no questions for now! Thanks.
Glad you got it working :)
Hey Tom, sorry! Another question. Using this page as an example: http://undermywhitecoat.com/hire-me/
How do I eliminate the padding between the navigation bar and my header image? Thanks!
Hi Jenne,
Try this CSS:
.separate-containers .page-header-image {
margin-top: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let us know.
It worked! Thank you so much Leo. You saved my day.
You're welcome :)