Site logo

Archived topic

White Space in Pullquotes

3 replies · Started by James on November 23, 2020

Viewing posts 1–4 of 4

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

Hi there,

try adding this CSS:

.wp-block-pullquote {
    padding: 1em 0;
}

.wp-block-pullquote blockquote {
    margin-bottom: 0;
}

Much better! Thanks, David!

You're welcome

This archived topic is closed to new replies.