Plugin Author
Jeff K
(@kreitje)
Have you tried floating the image in your css?
Such as:
.widget_hms_testimonial_rotator img { float:left;}
You will probably also need to float the “testimonial” class div.
Can you provide me with your link?
Thanks,
Jeff
Jeff
Thank you for writing back 🙂
I was thinking along the same lines…
What i did was add this to my theme css:
.image {float:right; padding-left:5px;}
.testimonial {font-family: Georgia, Serif; font-style:italic; font-size:14px; color:#666666; line-height:18px;}
.author {float:right;}
Now the image is on the right and everything flows to its left… Not exactly what i wanted, but at least its got the image and text side by side.
Plugin Author
Jeff K
(@kreitje)
At least you got it close for the time being.
Another option you could do. Stick the HTML code for the image inside the testimonial. Unfortunately this just dawned on me and it does mean going through all your testimonials and updating them again which isn’t very much fun.
I am going to mark this topic as resolved but go ahead and keep posting here if you need to.