Clipping of H tag in Testimonials

When styling the testimonials with H tags and paragraph tags, clipping occurs.

Example image
http://i65.tinypic.com/21sj1z.jpg

Text used below


<a href="/wp-content/uploads/2016/02/testimonial-12.jpg" rel="attachment wp-att-161"><img class="wp-image-161 size-thumbnail alignleft" style="float: left;" src="/wp-content/uploads/2016/02/testimonial-12-150x150.jpg" alt="testimonial-12" width="150" height="150" /></a>
&nbsp;
&nbsp;
<h3>"I Hate It!"</h3>
- Mike F.

Also it would be nice to have the image options of the Image template, specifically a circle image.

Hey William,

Can you share the URL of the page in question? Chances are, you’ve set your h3 to a white color?

Ben

Ben, it’s a private dev server, hence the screen shot. The H tags are not set to white as I can delete the image and the text shows up without issue.

Hey William,

I copied your code and tried it on a Testimonials module on my local dev and everything works fine. Check screenshot for reference. Sorry to say but with the site on your local dev, we don’t be able to check further. Try checking the h3 tag or the img tag and see if it’s floated, has negative margins, or is using position: absolute. Those styling are usually what would cause this.
http://imgur.com/j0hAwT1

Ben