Archived topic
Reduce spacing under feature image
9 replies · Started by Gary on July 4, 2017
How do I reduce the space below the feature image and the Content?
Hi there,
Try this CSS:
.page-header-image-single {
margin-bottom: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you. I added it to the Sinmple CSS just as you gave it to me and there was no change. Do I need to do something else? On my screen the space is about 2X the width of the menu bar. I would like to cut this space in 1/2. Any suggestions?
.page-header-image-single {
margin-bottom: 1em;
}
Can you link me to the page? Thanks!
http://206.196.110.39/~innovati/
Leo I just sent another question about adding my logo to the Identity area - far RIGHT side.
Are you referring to the page header (ProGuard Technology...) on that page?
If so try disabling the Content Title:
https://docs.generatepress.com/article/disable-elements-overview/
Leo, that eliminated all of that paragraph, which I don't want to do. Is there a way to enlarge the photo, to bring it down closer to the content?
Ahh Ok. Generally the content title is quite sure.
You can try this CSS instead:
.entry-content {
margin-top: 0;
}
If the remaining space is still too much then try adjust the top Content Padding in Layout > Container.
Thanks that worked well!
No problem!