Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #432602

    Hi!
    Is it possible to remove the big whitespace that is between each line in the testimonial slider?
    Thank you!

    #432959

    Hi C-LabMX!

    Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #av-layout-grid-1 .flex_cell {
      border: none!important;
    }

    Regards,
    Yigit

    #433223

    Hi Yigit!

    It didn’t worked, any ideas?

    #433881

    Hey!

    Please try the following instead:

    #top .av-large-testimonial-slider .avia-testimonial-content {
      line-height: 1em !important;
    }

    Cheers!
    Rikard

    #434195

    Worked great Rikard!

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove space between lines in testimonial’ is closed to new replies.