Paragraph Spacing Under Pull Quote
-
Hello WordPress Community,
I use the pull quote WP block often within a column and always notice a huge gap under the paragraph wherever the pull quote is added as one of the columns. See below screenshot from the post preview link shared above:
IMAGE: https://ibb.co/vDH8MWp
I have tried using the following custom CSS from this post but it doesn’t seem to help all that much (paragraph gap is still larger than normal and it seems to rearrange pull quote line entirely as you can see it was made wider for some reason). I have tried playing with the various numbers with limited success.
/*Pull quote spacing*/
.wp-block-pullquote {
padding: 1.71em 0;
}See result here (notice quote was made wider even though I have width numerical value set to zero supposedly):
IMAGE: https://ibb.co/ZXTxt2m
Of course I also may be misunderstanding the CSS code values and how to use those correctly. Curious what am I missing here and how can this be addressed so that there is just NORMAL paragraph spacing below pull quote blocks that are adjacent to a paragraph? Without impacting how the pull quote itself is displayed. It seems this should be a normal function but alas here we are.
Thanks in advance for your help.
The page I need help with: [log in to see the link]
- The topic ‘Paragraph Spacing Under Pull Quote’ is closed to new replies.