Title: Width Issue
Last modified: August 21, 2016

---

# Width Issue

 *  [fishingreviewstv](https://wordpress.org/support/users/fishingreviewstv/)
 * (@fishingreviewstv)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/)
 * [http://www.fishingreviews.tv/testimonials/](http://www.fishingreviews.tv/testimonials/)
 * Tried the fixes located in the support, entering the code in to the style.css
   and I’m still not getting proper width of the testimonial. Why isn’t this hard
   coded to be 100% width or give us an option in the settings.
 * [http://wordpress.org/plugins/gc-testimonials/](http://wordpress.org/plugins/gc-testimonials/)

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

 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/#post-4394020)
 * To place the text to the right of the picture, try
 *     ```
       .testimonial .content {
         float: none;
         width: 100%;
       }
       ```
   
 * To place the text below the picture, try
 *     ```
       .testimonial .content {
         width: 100%;
       }
       ```
   
 *  Thread Starter [fishingreviewstv](https://wordpress.org/support/users/fishingreviewstv/)
 * (@fishingreviewstv)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/#post-4394042)
 * nope none of this changed anything
 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/#post-4394047)
 * I don’t see the added code. Are you editing the theme’s `style.css` directly 
   or through Admin > Appearance > Editor?
 * Be sure to deactivate any caching plugins.
 *  Thread Starter [fishingreviewstv](https://wordpress.org/support/users/fishingreviewstv/)
 * (@fishingreviewstv)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/#post-4394083)
 * I tried the code in both the style.css in the editor, and the Edit CSS option.
 *  Thread Starter [fishingreviewstv](https://wordpress.org/support/users/fishingreviewstv/)
 * (@fishingreviewstv)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/#post-4394088)
 * Finally got it to work, thank you! It was caching issues on cloudfare. my bad.
 * Thank you!
 *  [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * (@cdillon27)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/#post-4394102)
 * You’re welcome. It looks great on your site. That’s a nice theme.

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

The topic ‘Width Issue’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Chris Dillon](https://wordpress.org/support/users/cdillon27/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/width-issue-3/#post-4394102)
 * Status: not resolved