To have the image above the text in testimonial widget section login to your dashboard(admin section) and go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.widget_testimonial .testimonial-image {
float: none;
margin: 0 auto 20px;
}