If we choose center for the testimonial text, name and title, the name and title text is not centred under the testimonial text.
Therefore I have to add custom CSS to resolve the problem:
.testimonial-meta-data {
width:100%;
}
I think this css should be included as standard because in almost all cases I imagine that users who choose center for name and title would expect it to be centred under the testimonial.