Title: Easy Testimonials CSS Formatting Help!
Last modified: August 21, 2016

---

# Easy Testimonials CSS Formatting Help!

 *  Resolved [TheGG](https://wordpress.org/support/users/thegg/)
 * (@thegg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/easy-testimonials-css-formatting-help/)
 * Hi!
 * We were chatting awhile back on a “resolved topic”[(see here)](http://wordpress.org/support/topic/plugin-causes-issue-w-featured-image-on-posts-pages?replies=15)
   about some formatting issues I was having with the alignment of the images, client
   name, text wrapping, etc. I still can’t seem to figure it out! 🙁
 * Here’s a [link ](http://www.glamorganicgoddess.com/testimonials-test/).
 * Here’s the code I’m using in the Custom CSS section…
 *     ```
       blockquote.easy_testimonial {
       margin: 10px auto;
       padding: 10px 10px 10px 50px;
       position: relative;
       }
   
       .easy_testimonial .pibfi_pinterest {
       display: block;
       left: 0;
       position: absolute;
       }
   
       img.attachment-easy_testimonial_thumb{
       float: left;
       }
       ```
   
 * What am I doing wrong?
 * I just want everything to line up neatly, with the images directly on the left
   + a comfortable amount of space around everything.
 * Thanks! 🙂
 * [https://wordpress.org/plugins/easy-testimonials/](https://wordpress.org/plugins/easy-testimonials/)

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

 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/easy-testimonials-css-formatting-help/#post-4973479)
 * Hey!
 * Well, I can’t dive into teaching you CSS, but the following styles achieved some
   well aligned text with left placed images and plenty of space around them:
 *     ```
       .testimonial_body {
           display: block;
           float: none;
           margin-left: 140px;
       }
   
       .testimonial_author {
           margin-left: 140px;
       }
       ```
   
 * Can you try that out and let me know what you think?
 * Edit:
 * [Here’s a screenshot](http://i.imgur.com/Ezuazbl.jpg) of what it looks like to
   me, with the above CSS applied.
 * Thanks!!
    Richard
 *  Thread Starter [TheGG](https://wordpress.org/support/users/thegg/)
 * (@thegg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/easy-testimonials-css-formatting-help/#post-4973490)
 * Got it! 🙂
 * I just combined your coding with mine!
 * Thank you, thank you, thank you! 🙂
 *  Thread Starter [TheGG](https://wordpress.org/support/users/thegg/)
 * (@thegg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/easy-testimonials-css-formatting-help/#post-4973495)
 * Ugh! And then… I updated the plugin… and everything’s all out of whack again!
   🙁
 * **Issues I didn’t have before…**
 * 1. Featured Images for the Testimonals I created today are showing up really 
   tiny! They should be 115 x 115 like the others.
 * 2. Text on some of the Testimonials is appearing darker than the others.
 * I’ve checked for text formatting issues, issues with my image editing program
   + settings, etc., I’ve tried using different browsers, cleared cache, disabling
   all plugins except Easy Testimonials + I cannot for the life of me, figure out
   what the issue is… I’m beyond frustrated at this point!
 * Please help! 🙂
 * [See examples here](http://www.glamorganicgoddess.com/praise/).
 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/easy-testimonials-css-formatting-help/#post-4973497)
 * Hello!
 * 1. What version were you on before? How were you outputting images at 115px?
 * Since version 1.5.8, users have had the ability to control the size of the images
   that were displayed, in the Pro version. Nothing has been introduced since then
   that would affect image sizes. It’s possible that, if you had installed prior
   to that version, images were being added at a different size.
 * 2. I don’t see any difference between the text on any of the testimonials – are
   you sure?
 * Thanks!
    Richard
 *  Thread Starter [TheGG](https://wordpress.org/support/users/thegg/)
 * (@thegg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/easy-testimonials-css-formatting-help/#post-4973500)
 * Hey Richard!
 * I was using free version, 1.7.4 up until today when I updated to 1.7.5. Just 
   got off the phone with my hosting company + they said that some images were probably
   uploaded before the plugin was installed, which is why the sizing is different.
 * Also, fixed the text issue!
 * Thanks for all your help! 🙂

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

The topic ‘Easy Testimonials CSS Formatting Help!’ is closed to new replies.

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

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)

 * 5 replies
 * 2 participants
 * Last reply from: [TheGG](https://wordpress.org/support/users/thegg/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/easy-testimonials-css-formatting-help/#post-4973500)
 * Status: resolved