How to adjust the widget margin or padding in the sidebar

Tara says…

Hi,

I'm using the Testimonials Widget in a sidebar on a client's site (http://dinaferrantecoaching.com). There's way too much spacing at the top and on the left. The bottom has too little and the right is fine. (You can see what I mean here: http://screencast.com/t/hE78gKRQ7VD.) How do I adjust the margins of the widget?

Michael responds

I suggest, try adding to your theme's style.css or custom.css file the following.

.testimonials-widget-testimonial blockquote { margin: 0; }