Center vertically testimonials and add large quote marks

HI
I’m using latest theme and wp, icon stack.
I was trying to use the testimonial slider and have the text center vertically in the container. And also I was seeing ig there was a way to add a larger opening and closing quote.

Hi There,

Thanks for writing in!

Please add below CSS to your theme option -> Custom-> global CSS and let us know how this goes.

.slick-slide {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
}

Hope this helps!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.