Add some margin-top to p's within blockquotes
Blockquotes can often consist of more than one paragraph, and currently the CSS eliminates the margin-bottom that p's normally have. In order to preserve the lack-of-margin-bottom for the :last-child (but without using :last-child, which doesn't work in older versions of IE), I would suggest:
blockquote p + p { margin-top: 12px; }
2
votes
Anonymous
shared this idea
Totally agree. I’m pushing to have all of the typography cleaned up. There are just other higher priority issues to resolve at the moment.
The new theme has options to do this in the page builder. Thanks for the idea.