Archived topic
Page Header: padding beneath image content
3 replies · Started by Marcus on March 2, 2018
Viewing posts 1–4 of 4
I have an image in place (not a background image) as the "content" of the page header on a homepage.
But I can't for the life of me figure out how to get the bottom of the image flush with the background color behind. The top is flush, but there's around ~10px of gap on the bottom that's driving me crazy! :)
Hi there,
Try this CSS:
body .inside-page-header {
line-height: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect! :)
Thank you Leo!
No problem :)
This archived topic is closed to new replies.