February 26, 2016 at 10:32 am
#42958
Theme Horse Support Team
Keymaster
Hi patrick2,
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;
}
Thank you!