Hi Phil,
No problem. Thanks again for your feedback.
To kick things off, the following CSS should do the trick, if you set the testimonials to display 3 per row:
.testimonials { overflow: hidden; }
.testimonials .testimonial { float: left; width: 30%; margin-right: 1%; }
Thanks and regards,
Matty.