Title: Image Align Left
Last modified: August 21, 2016

---

# Image Align Left

 *  Resolved [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * (@jeffrytp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-align-left/)
 * How do we align the image left when the testimonials are displayed?
    <p style
   =”text-align:left;”>
 * Also on the display page, how do we make the persons name bold or italicized?
 * When using DIV option, there needs to be a line space between each testimonial.
   Right now there is no way of knowing which name goes with which testimonial.
 * These should be options in the plugin admin.
 * [http://wordpress.org/plugins/hms-testimonials/](http://wordpress.org/plugins/hms-testimonials/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-align-left/#post-4268365)
 * You can use CSS for all of this which is why there aren’t options for it.
 *  Thread Starter [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * (@jeffrytp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-align-left/#post-4268366)
 * would you be able to tell me which CSS document to edit and what to add?
 *  Thread Starter [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * (@jeffrytp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-align-left/#post-4268402)
 * Looks like the changes have to be made in the admin.php for the plugin:
 * Wrap text around image:
    edit admin.php for plugin
 * go to line 3681:
 * $builder .= apply_filters(‘hms_testimonials_system_image’, ‘<img class=”image”
   src=”‘.$image_url.'” style=”height:’.$height.’;width:’.$width.’;” />’, $testimonial);
 * **change to:**
 * $builder .= apply_filters(‘hms_testimonials_system_image’, ‘<img class=”alignleft”
   src=”‘.$image_url.'” style=”height:’.$height.’;width:’.$width.’;” />’, $testimonial);
 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-align-left/#post-4268416)
 * In your themes style.css
 * `.hms-testimonial-container img.image { float:left; }`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image Align Left’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hms-testimonials.svg)
 * [HMS Testimonials](https://wordpress.org/plugins/hms-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hms-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hms-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/hms-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hms-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hms-testimonials/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jeff K](https://wordpress.org/support/users/kreitje/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/image-align-left/#post-4268416)
 * Status: resolved