Title: Blockquote space
Last modified: August 30, 2016

---

# Blockquote space

 *  Resolved [Edward Orysiek](https://wordpress.org/support/users/us395/)
 * (@us395)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/blockquote-space/)
 * The quotes take up too much space on my page, most of the space being the blockquote.
   Is there a way to reduce the space before and after the quote? I’m using shortcode.
 * [https://wordpress.org/plugins/quotes-collection/](https://wordpress.org/plugins/quotes-collection/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Srini G](https://wordpress.org/support/users/srinig/)
 * (@srinig)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blockquote-space/#post-6755374)
 * You might have to change/add some CSS to offset the extra spacing that could 
   be generated by your theme’s CSS. If you can provide a link to your website I
   would be able to suggest something.
 *  Thread Starter [Edward Orysiek](https://wordpress.org/support/users/us395/)
 * (@us395)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blockquote-space/#post-6755526)
 * Thank you, here is the page I am working on: [http://wealthinwellness.info/](http://wealthinwellness.info/)
 *  Plugin Author [Srini G](https://wordpress.org/support/users/srinig/)
 * (@srinig)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blockquote-space/#post-6755559)
 * Try putting this CSS in quotes-collection.css or style.css of your theme or any
   custom CSS option provided by your theme or a plugin.
 *     ```
       blockquote.quotescollection-quote {
           margin: 0 !important;
           padding: 0 !important;
       }
       ```
   
 *  Thread Starter [Edward Orysiek](https://wordpress.org/support/users/us395/)
 * (@us395)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/blockquote-space/#post-6755574)
 * Thank you. Fixed

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Blockquote space’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quotes-collection.svg)
 * [Quotes Collection](https://wordpress.org/plugins/quotes-collection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quotes-collection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quotes-collection/)
 * [Active Topics](https://wordpress.org/support/plugin/quotes-collection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quotes-collection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quotes-collection/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Edward Orysiek](https://wordpress.org/support/users/us395/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/blockquote-space/#post-6755574)
 * Status: resolved