Okay
  Public Ticket #1418978
Testimonial slider
Closed

Comments

  • cristianandreidavid started the conversation

    Hi,

    I have a problem on the mobile view. The testimonials sliders text has too much padding on the left and right and it makes it look awkward.

    Please advise on how to solve this.

    Thanks

    Andrei

  •  9,070
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        .testimonial_slider[data-style*="multiple_visible"] blockquote {
            width: 55% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • cristianandreidavid replied

    Hi. I added, but not with 55% because that would've made it even narrower.

    I added 115% 

    Thanks