Title: Make text full width
Last modified: August 22, 2016

---

# Make text full width

 *  Resolved [jefftg](https://wordpress.org/support/users/jefftg/)
 * (@jefftg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/make-text-full-width/)
 * I don’t want an avatar, I’d just like to have the text take up the full width.
   I’ve tried to adjust the CSS and got rid of the avatar but can’t make the text
   fill the space.
 * .testimonial_by_wrap {
    display: none; } .testimonial_quote { max-width: 300px;(
   tried 100% as well) height: auto; }
 * Love some help, really appreciate the plugin.
 * [http://dev.ivyed.net](http://dev.ivyed.net)
 * [https://wordpress.org/plugins/testimonial-slider/](https://wordpress.org/plugins/testimonial-slider/)

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

 *  [sukhada](https://wordpress.org/support/users/sukhada/)
 * (@sukhada)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/make-text-full-width/#post-5375239)
 * Hi there,
 * To have full width text without avatar, Please follow the below steps,
    Go to
   Basic Settings => Miscellaneous tab => Add the below code here.
 *     ```
       .testimonial_slider .testimonial_by_wrap {
       display:none;
       }
       .testimonial_slider .testimonial_quote {
       width: 100% !important;
       }
       ```
   
 * Hope it will work.
 * Best regards,
    Sukhada SliderVilla Support Team.
 *  Thread Starter [jefftg](https://wordpress.org/support/users/jefftg/)
 * (@jefftg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/make-text-full-width/#post-5375252)
 * Thank you thank you!! That’s terrific!!!

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

The topic ‘Make text full width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonial-slider_f67c72.svg)
 * [Testimonial Slider](https://wordpress.org/plugins/testimonial-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonial-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonial-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonial-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonial-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonial-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jefftg](https://wordpress.org/support/users/jefftg/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/make-text-full-width/#post-5375252)
 * Status: resolved