[Resolved] How to remove space after post title?

Home Forums Support [Resolved] How to remove space after post title?

Home Forums Support How to remove space after post title?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327658
    David

    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/

    #327723
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    .entry-content {
        margin-top: 1em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #327733
    David

    That did the trick, thanks Tom for the quick response!

    #327848
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.