• Resolved hideidk

    (@hideidk)


    Hi,
    I have an issue with maxslider plugin especially when I use RTL ( ARABIC LANG )
    The first image looks symmetrically, but the second image does not appear well.

    regards,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    try this

    [dir='rtl'] .slick-slide {
        float: left;
    }
    [dir='rtl'] .maxslider .slick-list,
    [dir='rtl'] .maxslider .slick-track,
    [dir='rtl'] .maxslider .slick-slide {
        direction: ltr;
    }

    in your custom css box under Customize->Additional CSS

    Let me know if this helps

    Thread Starter hideidk

    (@hideidk)

    its working, thanks so much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘maxslider with rtl’ is closed to new replies.