[Support request] Gap between quote and quote author

Home Forums Support [Support request] Gap between quote and quote author

Home Forums Support Gap between quote and quote author

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1344917
    Joseph

    Hi,
    The way the quote and quote author look in my admin section of my post is very different to what it looks like on my website. In my admin section, the text for the quote author is very small(which i like) and the spacing between the quote and quote author is the same as it is between each line of the quote (which i like). When I publish, the text for the quote author gets bigger and the gap between the quote and the quote author reverts to the same-size gap I have between each block on my post. Not sure if that makes sense. Would be much easier to show you the visual in my admin section compared to the website.
    Thanks for your help.
    Joe

    #1344989
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        margin-bottom: 0.5em;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1345018
    Joseph

    Thank you. Where do I paste it? Soz. Complete novice. And that’s being generous! ๐Ÿ™‚

    #1345021
    Leo
    Staff
    Customer Support

    See Adding CSS link in the previous reply under the code.

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