Title: widget height
Last modified: August 21, 2016

---

# widget height

 *  [blackcml@cox.net](https://wordpress.org/support/users/blackcmlcoxnet/)
 * (@blackcmlcoxnet)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/widget-height/)
 * Gets taller the more testimonials will be cycling through. I added this text 
   to the gtcwidget.css file
 * #[^gc-testimonial] .testimonial-widget {
    padding-top: 0; } #[^gc-testimonial].
   testimonial-widget h5 { margin-top: 0; }
 * Right sidebar on home page [http://graduatejobs.com/new/](http://graduatejobs.com/new/)
 * [https://wordpress.org/plugins/gc-testimonials/](https://wordpress.org/plugins/gc-testimonials/)

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

 *  Thread Starter [blackcml@cox.net](https://wordpress.org/support/users/blackcmlcoxnet/)
 * (@blackcmlcoxnet)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/widget-height/#post-5104184)
 * This is still a problem. Any suggestions?
 * Here is the link: [http://graduatejobs.com/new/](http://graduatejobs.com/new/)
 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/widget-height/#post-5104185)
 * Try this mini-reset:
 *     ```
       #tcycle {
       	margin-bottom: 0;
       }
       .testimonial-widget {
       	margin-bottom: 0;
       }
       .testimonial-widget h5 {
       	margin: 0;
       }
       .testimonial-widget .content {
       	padding: 0;
       }
       .testimonial-widget .client {
       	display: none;
       }
       .testimonial-widget p {
       	margin-bottom: 0;
       }
       ```
   
 * To skip loading the widget stylesheet altogether so you can style from the ground
   up, add this to your theme’s `functions.php`:
 *     ```
       /*
        * Skip loading of GC Testimonials stylesheet
        */
       function my_dequeue_styles() {
       	wp_dequeue_style( 'gctwidgetstyles' );
       }
       add_action( 'wp_enqueue_scripts', 'my_dequeue_styles', 99 );
       ```
   

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

The topic ‘widget height’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/widget-height/#post-5104185)
 * Status: not resolved