they need to be more narrow so that it all shows up
anonymized-13171256
(@anonymized-13171256)
Try this at the end of your theme’s stylesheet:
#testimonials_container .inner {
width: auto;
padding: 20px;
}
#testimonials_container .inner .content {
width: auto;
}
#testimonials_container .clear {
clear: both;
}
that worked thank you
do you have a fix for the form that is in the widget area
http://deerviewwindows.com/testimonials/
josh
anonymized-13171256
(@anonymized-13171256)
Sorry about that, Josh. It’s working now.
Try this for the form:
#sidebar #testimonial-form input[type="text"],
#sidebar #testimonial-form textarea {
width: 100%;
}
thank you very much that worked
josh