How do I put the title or location on a separate line

In your theme's CSS, `style.css`, put the following.

.testimonials-widget-testimonial .join-location, .testimonials-widget-testimonial .join-title {
     display: none;
}
.testimonials-widget-testimonial .location, .testimonials-widget-testimonial .job-title {
     display: block;
}