Title: How to decrease the gap in between 2 testimonials ?
Last modified: August 21, 2016

---

# How to decrease the gap in between 2 testimonials ?

 *  [letscre8](https://wordpress.org/support/users/letscre8/)
 * (@letscre8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/)
 * How do I decrease the gap between the testimonials when I put full testimonials
   on a page…..The gap currently looks too much.
 * Please advice,
 * Thanks
 * Letscre8
 * [https://wordpress.org/plugins/gc-testimonials/](https://wordpress.org/plugins/gc-testimonials/)

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

 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595333)
 * The current top and bottom margin is 20px. Try this in your theme’s stylesheet:
 *     ```
       .testimonial {
         margin 10px auto;
       }
       ```
   
 *  Thread Starter [letscre8](https://wordpress.org/support/users/letscre8/)
 * (@letscre8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595334)
 * Thanks but I guess even the padding for the testimonial box is too much. How 
   do I reduce that ?
 *  Thread Starter [letscre8](https://wordpress.org/support/users/letscre8/)
 * (@letscre8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595335)
 * I mean after the paragraph is over inside the box there is so much space at the
   bottom. I guess that is the default padding. How do I reduce that cause that 
   looks like a gap.
 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595336)
 * The current padding is 20px. Try this:
 *     ```
       .testimonial .inner {
         padding: 10px;
       }
       ```
   
 *  Thread Starter [letscre8](https://wordpress.org/support/users/letscre8/)
 * (@letscre8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595337)
 * For some reasons the space after the para inside the box remains the same. It
   is almost about 3 line space.
 * Thanks
 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595339)
 * Then you’ve got something else going on. Please post a link to the site so I 
   can take a look.
 *  Thread Starter [letscre8](https://wordpress.org/support/users/letscre8/)
 * (@letscre8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595341)
 * [http://www.letscre8.com.au/ahs/client-testimonials/](http://www.letscre8.com.au/ahs/client-testimonials/)
 * The top line in the box has proper padding but once the para is over then there
   is about 3 line space inside the box. Check and let me know.
 * Thanks
 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595344)
 * Try these in your theme’s stylesheet:
 *     ```
       /* remove margin from paragraphs in testimonials */
       .testimonial .content p {
         margin-bottom: 0;
       }
       /* remove client info from bottom of testimonial */
       .testimonial .client {
         display: none;
       }
       ```
   
 *  Thread Starter [letscre8](https://wordpress.org/support/users/letscre8/)
 * (@letscre8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595348)
 * Fantastic…..that did the trick…..
 * Thanks a ton

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

The topic ‘How to decrease the gap in between 2 testimonials ?’ is closed to new
replies.

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

 * 9 replies
 * 2 participants
 * Last reply from: [letscre8](https://wordpress.org/support/users/letscre8/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-decrease-the-gap-in-between-2-testimonials/#post-4595348)
 * Status: not resolved