Title: Quote bottom margin
Last modified: September 8, 2016

---

# Quote bottom margin

 *  Resolved [MATFIEJ](https://wordpress.org/support/users/matfiej/)
 * (@matfiej)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/quote-bottom-margin/)
 * Hello,
 * Whenever I pull quote, it has bottom margin 20 px because the quote is considered
   paragraph <p>. It leaves too much blank space within the quote box. How can I
   eliminate this margin effectively?
 * Thanks in advance!
    Mateusz

Viewing 1 replies (of 1 total)

 *  Plugin Author [Toby Cryns (@themightymo)](https://wordpress.org/support/users/themightymo/)
 * (@themightymo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/quote-bottom-margin/#post-8259169)
 * [@matfiej](https://wordpress.org/support/users/matfiej/): You could add a style
   to your theme’s stylesheet. Something like:
 *     ```
       .simplePullQuote p {
         margin-bottom: 0;
       }
       ```
   
 * Is this helpful?
 * Toby

Viewing 1 replies (of 1 total)

The topic ‘Quote bottom margin’ is closed to new replies.

 * ![](https://ps.w.org/simple-pull-quote/assets/icon-256x256.png?rev=982362)
 * [Simple Pull Quote](https://wordpress.org/plugins/simple-pull-quote/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-pull-quote/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-pull-quote/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-pull-quote/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-pull-quote/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-pull-quote/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Toby Cryns (@themightymo)](https://wordpress.org/support/users/themightymo/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/quote-bottom-margin/#post-8259169)
 * Status: resolved