• Resolved mstudioIL

    (@mstudioil)


    is there option to control the direction of the carousel items?
    Is it from left to right? can it be from right to left for RTL site?

    I have some items and show 1 each time, and want the direction to be right to left

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mstudioIL

    (@mstudioil)

    More question, how do I show the pagination only on mobile?
    I removed the navigation for the mobile

    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    There is no option to reverse the direction of the Testimonial Carousel unfortunately.

    If you refer to the pagination of the Testimonial slider, since there is no option to remove it on mobile only you could always try to add custom CSS such as this one:

    @media (max-width: 1024px){
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
    }
    }

    We hope this helped.

    Best,

    Qode

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks

    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    Glad we could help ??

    Best,

    Qode

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Testimonials Carousel direction’ is closed to new replies.