How do I put company details on a separate line

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

.testimonials-widget-testimonial .join {
    display: none;
}

.testimonials-widget-testimonial .company,
.testimonials-widget-testimonial .url {
    display: block;
}