I'm altering my block quote style (ThemeMin) to add a background color. But no matter how I adjust it, I can't get the bottom padding between the text and color edge right. It is either too small (no gap) or too large (big gap). Right now it's too large.
I've tried to adjust the CSS with different numbers for the padding, but can't find the solution.
Here's the exact CSS code as it stands now:
blockquote {
margin:0 24px 20px;
padding:16px 20px;
border:0;
background:#ebece4;
}
Thanks!
The blog I need help with is schoolpsychscholar.com.