Where/how would I add a line break after the quote (before the author citation)?
BTW: Excellent plugin; I'm using it on two sites.
Where/how would I add a line break after the quote (before the author citation)?
BTW: Excellent plugin; I'm using it on two sites.
You need to edit the CSS to set "blockquote.quotescollection cite" to be "display: block". Like so:
blockquote.quotescollection cite {
display: block;
}This topic has been closed to new replies.