Quote Originally Posted by gbengoose View Post


How can move the Add My Testimonial text? I looked at the php file but I dont know how to move it down with code.
try adding the following rule to includes/templates/YOUR_TEMPLATE/css/testimonials_add.css

#testimonialDefault h1 {
margin:10px 0;
}