Title: Styling Issues &amp; Responsive
Last modified: April 23, 2020

---

# Styling Issues & Responsive

 *  Resolved [melanie71](https://wordpress.org/support/users/melanie71/)
 * (@melanie71)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/styling-issues-responsive/)
 * Hello! Hoping you can help me with a couple of styling issues here [https://hunter.bantergroup.com.au/in-their-words/](https://hunter.bantergroup.com.au/in-their-words/)
 * I’ve used Custom CSS to change most things I need to, but can’t work out how 
   to:
    1. Create padding around the entire testimonial (within the block) 2. Remove
   the fine border that is appearing – I just need a solid color block.
 * Also wondering if it’s possible to switch to single column for portrait tablet,
   rather than only mobile?
 * Thanks!
    Melanie
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-issues-responsive%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/styling-issues-responsive/#post-12720553)
 * Hello [@melanie71](https://wordpress.org/support/users/melanie71/),
 * Thank you for reaching out to us!
    1 & 2 please add this code in Appearance >
   customize > Additional CSS:
 *     ```
       .strong-view.wpmtst-default .wpmtst-testimonial-inner {
       	padding: 45px;
       	border: none;
       }
       ```
   
 * 3.
 *     ```
       @media screen and (max-width: 800px) {
       .strong-content.strong-columns {
           -webkit-column-count: 1;
           -moz-column-count: 1;
           column-count: 1;
       } 
       }
       ```
   
 * Warmly,
    Mihaela
    -  This reply was modified 6 years, 1 month ago by [Miha](https://wordpress.org/support/users/mplusb/).
 *  Thread Starter [melanie71](https://wordpress.org/support/users/melanie71/)
 * (@melanie71)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/styling-issues-responsive/#post-12722617)
 * Thanks Mihaela
 * I really appreciate your reply. Unfortunately the code to switch to one column
   on mobile doesn’t appear to have had any affect. Any ideas what might be going
   wrong?
 * And with regards to hiding the border, strangely it is working in Firefox [https://pasteboard.co/J5cc8cC.jpg](https://pasteboard.co/J5cc8cC.jpg)
   but in Chrome I can still see borders on some side around some blocks – not sure
   what to make of that one! [https://pasteboard.co/J5ccspf.jpg](https://pasteboard.co/J5ccspf.jpg)
 * Hoping you might be able to help.
 * Regards
    Melanie
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/styling-issues-responsive/#post-12725573)
 * Hi [@melanie71](https://wordpress.org/support/users/melanie71/),
 * Please replace the initial code I sent with this one:
 *     ```
       @media screen and (max-width: 800px) {
       body .strong-content.strong-columns.columns-2 {
           -webkit-column-count: 1;
           -moz-column-count: 1;
           column-count: 1;
       } 
       }
       ```
   
 * Regarding the border, I checked on Chrome as well and there are no borders on
   the testimonials.
    Could you please clear you cache and try again?
 * Warmly,
    Mihaela
 *  Thread Starter [melanie71](https://wordpress.org/support/users/melanie71/)
 * (@melanie71)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/styling-issues-responsive/#post-12735122)
 * Thank you!
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/styling-issues-responsive/#post-12738247)
 * It was a pleasure!

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

The topic ‘Styling Issues & Responsive’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Miha](https://wordpress.org/support/users/mplusb/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/styling-issues-responsive/#post-12738247)
 * Status: resolved