Title: Align Image
Last modified: August 31, 2016

---

# Align Image

 *  [LuisaDraws](https://wordpress.org/support/users/luisadraws/)
 * (@luisadraws)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/align-image-2/)
 * Hello,
 * I want to know how to align the image like this:
 * [http://i.imgur.com/NDQek84.png](http://i.imgur.com/NDQek84.png)
 * My website is [http://luisadraws.com/reviews/](http://luisadraws.com/reviews/)
 * Thank you!
 * [https://wordpress.org/plugins/testimonials-widget/](https://wordpress.org/plugins/testimonials-widget/)

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

 *  Plugin Author [saurabhd](https://wordpress.org/support/users/saurabhd/)
 * (@saurabhd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/align-image-2/#post-7243127)
 * Hi Luisa
 * Please add this style code to your child theme/ theme style.css file and it will
   fix alignment of the image with text.
 *     ```
       .testimonials-widget-testimonial .image {
         margin-right: 0.4em;
         margin-top: 1em;
       }
       ```
   
 * Please let me know if you still face any issue.
 * Thanks
 *  Thread Starter [LuisaDraws](https://wordpress.org/support/users/luisadraws/)
 * (@luisadraws)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/align-image-2/#post-7243166)
 * Thank you for the response, but now it shows this gray on the top:
 * [http://i.imgur.com/01FgNpT.png](http://i.imgur.com/01FgNpT.png)
 * How to hide it?
 * Thank you.
 *  Plugin Author [saurabhd](https://wordpress.org/support/users/saurabhd/)
 * (@saurabhd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/align-image-2/#post-7243203)
 * Hi Luisa,
 * Do you want to hide gray border or want to align with image and text?
 * Solution 1:- If you want to hide gray border: Simply add the below style code
   to your theme/child theme style.css file.
 *     ```
       .testimonials-widget-testimonial blockquote {
         border: 0 none;
       }
       ```
   
 * Or
    Solution 2: If you just want to align with image and text then add below 
   code to your style.css file:
 *     ```
       .testimonials-widget-testimonial blockquote {
         line-height: 12px;
         padding-bottom: 0;
         padding-top: 0;
       }
   
       .testimonials-widget-testimonial .image {
         margin-bottom: 0;
         margin-right: 0.5em;
         margin-top: 0;
       }
       ```
   
 * Note:- Please note that the issue you are facing due css conflict in your theme.
   For more detail you can check our FAQ link: [https://nodedesk.zendesk.com/hc/en-us/articles/202243372](https://nodedesk.zendesk.com/hc/en-us/articles/202243372)
 * Thanks
    Saurabh

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

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

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

 * 3 replies
 * 2 participants
 * Last reply from: [saurabhd](https://wordpress.org/support/users/saurabhd/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/align-image-2/#post-7243203)
 * Status: not resolved