Site logo

[Resolved] White Space in Pullquotes

Home Forums Support [Resolved] White Space in Pullquotes

Home Forums Support White Space in Pullquotes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1542569
    James

    I would like to reduce some of the excessive white space in my pullquotes at http://www.MiramichiReader.ca if possible. Here is a screen capture:
    White Space in Pullquotes

    #1542610
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-block-pullquote {
        padding: 1em 0;
    }
    
    .wp-block-pullquote blockquote {
        margin-bottom: 0;
    }
    #1542613
    James

    Much better! Thanks, David!

    #1542930
    David
    Staff
    Customer Support

    You’re welcome

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