Archived topic
How to remove space after post title?
3 replies · Started by David on June 2, 2017
New to GP, didn't see an answer in docs or forum.
There is extra space under the post title I'd like to reduce (the space between the end of the author line and the beginning of the social sharing line). You can see an example at the link below.
What's the best way to reduce that? Thx!
https://strongstart.fm/building-the-perfect-blog-post-headlines-strongstart-fm-018/
Hi there,
Try this:
.entry-content {
margin-top: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That did the trick, thanks Tom for the quick response!
You're welcome :)