Title: Content text wrapping
Last modified: August 21, 2016

---

# Content text wrapping

 *  [CarolVerity](https://wordpress.org/support/users/carolverity/)
 * (@carolverity)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/)
 * Hi there,
 * Looking like a great plugin – however the wrapping of the testimonial is outside
   the box. Am sure this must be a CSS override issue but cannot find it. Are you
   able to help please [Here is the link to the page.](http://maestherapy.com/recommendations/reccos-split-list-test/)
 * Many thanks
    Regards Carol
 * [http://wordpress.org/extend/plugins/gc-testimonials/](http://wordpress.org/extend/plugins/gc-testimonials/)

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

 *  [armscare](https://wordpress.org/support/users/armscare/)
 * (@armscare)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856398)
 * We have this exact same problem! can anyone help the link to our site is [http://www.armscare.co.uk](http://www.armscare.co.uk)
   I have found it also doesnt wrap text in the wigget as well.
 *  [kelleychambers](https://wordpress.org/support/users/kelleychambers/)
 * (@kelleychambers)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856455)
 * I’ve gone something similar going on… It’s just one huge testimonial with no 
   paragraph breaks.
 *  Thread Starter [CarolVerity](https://wordpress.org/support/users/carolverity/)
 * (@carolverity)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856461)
 * Phew… I’m not the only one – do we know if there is any support at all for this
   plugin other than having to wait? 🙁
 *  Plugin Author [devnz](https://wordpress.org/support/users/eringarscadden/)
 * (@eringarscadden)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856462)
 * Sorry everyone for the lack of support at this time, I am finding it hard to 
   keep on top of this.
 * Carol – This looks to be an override coming from your theme. I can see this code
   in Firebug:
 *     ```
       #site .content,
       #footer .content {
       	width: 1090px;
       }
       ```
   
 * Try adding this code to your theme’s CSS file, underneath where that declaration
   is
 *     ```
       #site #testimonials_container .content {
       	max-width: 100%;
       }
       ```
   
 * Try that and let me know if that works.
 *  Plugin Author [devnz](https://wordpress.org/support/users/eringarscadden/)
 * (@eringarscadden)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856463)
 * armscare – This looks to be the same issue as Carol, try adding this into your
   theme’s CSS file, and let me know if it works.
 *     ```
       .testimonial .content {
       	max-width: 100%;
       }
       ```
   
 * kelleychambers – Can you send me a link to your website and I will take a look
   for you.
 *  [armscare](https://wordpress.org/support/users/armscare/)
 * (@armscare)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856464)
 * Thanks!!! it worked perfectly
 * Simply adding this into the Themes CSS
 *     ```
       .testimonial .content {
       	max-width: 100%;
       }
       ```
   
 * Thanks again Devnz
 *  Thread Starter [CarolVerity](https://wordpress.org/support/users/carolverity/)
 * (@carolverity)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856466)
 * Thank you so much Devnz! That worked brilliantly! Keep up the great work… where
   can we leave a testimonial for you? 🙂

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

The topic ‘Content text wrapping’ is closed to new replies.

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

## Tags

 * [text wrap](https://wordpress.org/support/topic-tag/text-wrap/)

 * 7 replies
 * 4 participants
 * Last reply from: [CarolVerity](https://wordpress.org/support/users/carolverity/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/content-text-wrapping-1/#post-3856466)
 * Status: not resolved