Archived topic
Padding in between title and custom excerpt
4 replies · Started by Jason on May 19, 2020
Viewing posts 1–5 of 5
Hi, I'd like to know how to increase padding below my article title and the custom excerpt below it. You can see the URl in the window below. Thanks!
Hi there,
Try this CSS:
h1.entry-title {
padding-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
That worked, thank you!. Is there some way to decrease the padding between the excerpt and the Last updated date?
Try this:
.single-excerpt p {
margin-bottom: 0.5em;
}
.
This archived topic is closed to new replies.