Archived topic
How to change size of bottom margin of quote.
1 reply · Started by Jon on November 11, 2019
Viewing posts 1–2 of 2
There is a large space between the quote and the citation. How do I adjust this space?
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 :)
This archived topic is closed to new replies.