Title: space between testimonials
Last modified: September 1, 2016

---

# space between testimonials

 *  Resolved [erenmf](https://wordpress.org/support/users/erenmf/)
 * (@erenmf)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/)
 * Hello everyone. Everything’s OK with the widget but when I choose a number higher
   than 1 for the slides column, the testimonials are shown too close to eachother
   and width is too narrow that the texts go down in a column which makes it look
   too long and unreadable. I wanna expand the space between testimonials and show
   the text as it looks in 1 slides column. How can I fix this ?
 * [https://wordpress.org/plugins/wp-testimonial-with-widget/](https://wordpress.org/plugins/wp-testimonial-with-widget/)

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

 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564877)
 * Hello,
 * Can you please send us your website link so that we can check and provide you
   better solution.
 *  Thread Starter [erenmf](https://wordpress.org/support/users/erenmf/)
 * (@erenmf)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564880)
 * Sure.. You can reach it at [http://www.ceviri-tr.com](http://www.ceviri-tr.com)
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564881)
 * Hello,
    This is because of this DIV
 * `<div style="margin-left: 470px; width: 100%;">`
 * and aside having 25% width
 *     ```
       aside {
           float: left;
           text-align: left;
           width: 25%;
       }
       ```
   
 * Have you added following section to your theme
 * `<div style="margin-left: 470px; width: 100%;">`
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564885)
 * You can create a class say : testimonials
    ie
 * `<div class="testimonials">`
    and add css for this class in your theme style.
   css file
 *     ```
       .testimonials{max-width:1100px; margin:0 auto;}
       .testimonials aside.widget{width:100%}
       ```
   
 *  Thread Starter [erenmf](https://wordpress.org/support/users/erenmf/)
 * (@erenmf)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564886)
 * Yes I did. I added <div style=”margin-left:470px;”> because I wanted to show 
   it at the center. But when I delete that section, it’s still the same.
 * Okay I will try it but can you please explain how to create a class and adding
   the css code more specifically?
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564953)
 * Hello to make in center you can set width and margin ie
 * `.testimonials{max-width:800px; margin:0 auto;}`
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564954)
 * Instead of this div
    `<div style="margin-left: 470px; width: 100%;">`
 * replace it with
 * `<div class="testimonials">`
 * and add the following css in your theme style.css file
 *     ```
       .testimonials{max-width:800px; margin:0 auto;}
       .testimonials aside.widget{width:100%}
       ```
   
 * Your problem will be solved
 *  Thread Starter [erenmf](https://wordpress.org/support/users/erenmf/)
 * (@erenmf)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7564989)
 * Hello again. I replaced the code and added the css to style.css file but nothing
   changes. It neither centers the widget nor expand the space. I don’t know what
   I’m doing wrong..Maybe I’m adding the codes to wrong places. Can you please check
   it on my website? [http://www.ceviri-tr.com](http://www.ceviri-tr.com)
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7565039)
 * Sorry, still i can find the margin-left
 *     ```
       <div style="margin-left: 470px; width: 100%;">
         <aside id="testimonial-1" class="widget widget_sp_testimonials">
          <h2 class="widget-title">MÜŞTERİLERİMİZİN GÖRÜŞLERİ</h2>
       ```
   

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

The topic ‘space between testimonials’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-testimonial-with-widget_3b5d79.
   svg)
 * [Testimonial Grid and Testimonial Slider plus Carousel with Rotator Widget](https://wordpress.org/plugins/wp-testimonial-with-widget/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-testimonial-with-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-testimonial-with-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-testimonial-with-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-testimonial-with-widget/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/space-between-testimonials-1/#post-7565039)
 * Status: resolved