[Resolved] Padding in between title and custom excerpt

Home Forums Support [Resolved] Padding in between title and custom excerpt

Home Forums Support Padding in between title and custom excerpt

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1292987
    Jason

    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!

    #1292990
    Leo
    Staff
    Customer Support

    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 🙂

    #1293056
    Jason

    That worked, thank you!. Is there some way to decrease the padding between the excerpt and the Last updated date?

    #1293113
    Leo
    Staff
    Customer Support

    Try this:

    .single-excerpt p {
        margin-bottom: 0.5em;
    }
    #1322924
    Jason

    .

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