Customizing Slider Template "Standard Carousel Testimonial Slider"

Hi there,

I’m trying to customize the template testimonial slider that comes with the expansion pack so that it looks and functions like the slider a little ways down on this page: https://zenernet.com/ .

The issue that I’m having is I can’t get the 4th slide in the template to remain invisible, so that there’s a clean slide to 3 new testimonials. Instead 3.25 slides appear as shown below.

How can I resolve this?

Hello @detailsguy,

Thanks for writing in!

To get this issue resolved, please click the Slider Container element and find the “Customize” option. You will then insert this custom inline element CSS:

$el .x-slide-container-content {
  overflow: hidden;
}

Kindly let us know how it goes.

Great! Worked like a charm, thx.

Hi @detailsguy,

Glad that we are able to help you.

Thanks

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