Hello all,
Currently my testimonial section on my homepage shows 2 testimonials at a time and the text is aligned to the left.
How can I show only 1 testimonial at a time and center text in middle?
Attaching screenshot for reference.
Thanks!
Hello all,
Currently my testimonial section on my homepage shows 2 testimonials at a time and the text is aligned to the left.
How can I show only 1 testimonial at a time and center text in middle?
Attaching screenshot for reference.
Thanks!
Hello @nadimnahas ,
Your testimonials sections is using slick carousel.
You have to find in theme JS files for the defaults attributes. Once found change it to 1 and it will done. At the moment it will be ( slidesToShow: 2, ) You have to just change 2 to 1
More you can check here
After that maybe you have to make little modification in css
Thanks
Hi Nadimnahas. How did you add the slider? is it from any app? or theme? check the slider settings if there option to set the number of active slide and alighment.