Title: Testimonial too wide (I want to decrease the width)
Last modified: December 21, 2017

---

# Testimonial too wide (I want to decrease the width)

 *  Resolved [consultparv](https://wordpress.org/support/users/consultparv/)
 * (@consultparv)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/testimonial-too-wide-i-want-to-decrease-the-width/)
 * Hello again,
 * The testimonial is a little too wide, I want to decrease the width but have had
   no luck figuring out the CSS code (I was able to figure out now to change the
   padding but it looked awful on the mobile version). Can you help by any chance?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftestimonial-too-wide-i-want-to-decrease-the-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/testimonial-too-wide-i-want-to-decrease-the-width/#post-9802828)
 * I can point you in the right direction but it will take some more experimentation
   on your part.
 * By specifying the view ID, this will not affect other sliders you may use elsewhere
   in a sidebar or footer widget, etc.
 *     ```
       /* slider width */
       .strong-view.default.strong-view-id-1 {
           width: 70%;
           margin: 0 auto;
       }
       /* iPad */
       @media only screen and (max-width: 768px) {
           .strong-view.default.strong-view-id-1 {
               width: 90%;
           }
       }
       /* iPhone 7, 8 */
       @media only screen and (max-width: 375px) {
           .strong-view.default.strong-view-id-1 {
               width: 100%;
           }
       }
       ```
   
 * If you really want to dial it in, google “common responsive breakpoints” and 
   study recent articles for the min/max widths of popular smartphones. You don’t
   need CSS for all of them, just decide at what point(s) you want the slider width
   to change, if at all.
 * FYI, the slider will auto-pause when it is not fully visible; e.g. in a hidden
   tab or scrolled out of view. With long testimonials on mobile devices, this can
   result in the user always having to swipe to the next slide manually.
 * Eventually, the plugin may offer more granular control of things like the mobile
   CSS, whether to show the excerpt instead on mobile and where to display the controls
   on small screens.
 *  Thread Starter [consultparv](https://wordpress.org/support/users/consultparv/)
 * (@consultparv)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/testimonial-too-wide-i-want-to-decrease-the-width/#post-9802959)
 * Thank you soo much 🙂

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

The topic ‘Testimonial too wide (I want to decrease the width)’ is closed to new
replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [consultparv](https://wordpress.org/support/users/consultparv/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/testimonial-too-wide-i-want-to-decrease-the-width/#post-9802959)
 * Status: resolved