ying
(@yingscarlett)
Hi there,
Any chance you can link us to the site in question?
Let me know 🙂
Thread Starter
amdark
(@amdark)
Hello yes,
http://casadasmensagens.com.br/
I would like the posts to display the highlighted image and the title below. I wanted this space between the image and the title to be smaller
Leo
(@leohsiang)
Are you referring to this space here?
https://www.screencast.com/t/CdCkBzVTM
If so try this CSS:
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
margin-top: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thread Starter
amdark
(@amdark)
that. And also what is above the title and below the image.
Leo
(@leohsiang)
Try this:
.post-image-above-header .inside-article .post-image, .post-image-above-header .inside-article .featured-image {
margin-bottom: 1em;
}
Thread Starter
amdark
(@amdark)
it worked really well, thanks for the help.
-
This reply was modified 4 years, 9 months ago by
amdark.