[Support request] How to change size of bottom margin of quote.

Home Forums Support [Support request] How to change size of bottom margin of quote.

Home Forums Support How to change size of bottom margin of quote.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1060015
    Jon

    There is a large space between the quote and the citation. How do I adjust this space?

    #1060040
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .wp-block-quote p {
        margin-bottom: 0.5em;
    }

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

    Let me know if this helps 🙂

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