What’s your URL of the testimonials that you want to style?
example url of where testimonials appear
http://www.footiebugs.com/what-is-footiebugs/
I notice that there were 2 plug in updates the first update displayed all the text under the image except for one line. The second update when viewing in IE reverted the text back to the side of the image. – When viewing in Chrome and Firefox the text now displays as it should under the image
The CSS changed with the latest updates. Can you clear your browser cache?
If still no go, can you link to an IE screenshot here of the trouble?
I have the same problem. If you look at the link http://blog-annazacho.dk/ in IE, there are some of the testimonials where the text is beside the picture insted of under the pitcure. Can I mail a screenshot to you?
http://aihr.us/wp-content/uploads/2012/12/screenshot-5.png is a testimonial for a widget. This is also the default view.
Ah…, I know. IE is actually rendering the HTML correctly and because of spacing issues, the others are sliding the text down.
Anyways, trying adding the following to your theme’s custom.css or style.css file.
.testimonialswidget_testimonial q,
.testimonialswidget_testimonial blockquote {
display: block;
}