Okay
  Public Ticket #201051
Resizing testimonials
Closed

Comments

  • Josh started the conversation

    1st: LOVE the theme! I am going to purchase 2 more licenses for other clients.

    2nd: Testimonial Slider Resize. I have searched and searched, but I can't find out how to stop the resizing for testimonials of different lengths. I found where you said sure it's css but I can't find the example! It makes items lower on the page hard to use. I could use a nectar slider to do the job.. but I thought there would be a quick CSS?

    Thank you!

  •  8,839
    Tahir replied

    Hey Josh!

    Could you please provide us a page url so we can maybe write a css hack for it. 

    Thanks


    ThemeNectar Support Team 

  • Josh replied

    Absolutely - I didn't know if it was a general fix that could be applied! The site is under construction, but I have opened it up for now.

    http://cima.websitewelcome.com/~honulife/

    Thank you!

  •  8,839
    Tahir replied

    Hey Josh!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    
    body.home .testimonial_slider .slides {
        height: 440px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Josh replied

    Fantastic! Thanks so much! ...why do you make it look so easy?