How to remove the whitespace between the black quote and the little arrow on the homepage? In your preview there is no whitespace but in my fresh install
1 Answers
To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.
.format-quote blockquote:after { bottom: -30px; }
Please login or Register to submit your answer