• Resolved sam0rte

    (@sam0rte)


    I’m building a website using the TwentySixteen template, I’ve changed the direction of the theme with CSS:
    `html
    {
    direction: rtl;
    }’
    Now the dots in the WD slider are activating in reverse i.e. clicking on the right button is transitioning the left. And changing the direction of the whole website is going to mess up everything
    What am I supposed to change in the JavaScript code exactly?

    https://www.ads-software.com/plugins/slider-wd/

Viewing 1 replies (of 1 total)
  • Sona

    (@support-web-dorado)

    @sam0rte,

    Please try adding this code

    div[class^=”wds_slideshow_dots_container_”] {
    direction: ltr;
    }

    This should resolve the issue. Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘changing the direction of dots' transition’ is closed to new replies.