Carousel problem in RTL version

Home Forums Jevelin Theme Carousel problem in RTL version

Home Forums Jevelin Theme Carousel problem in RTL version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • equipdigital
    Participant

    Hi dears, i have a problem with all carousels in RTL version… they don’t work correctly.. please check it from this link: http://goodnews.equip-online.com/ar/

    Hi @equipdigital,

     

    I hope you are well today and thank you for your question.

     

    You can try resolving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-recent-posts-carousel,
    .sh-iconbox-slider,
    .sh-partners-carousel {
        direction: ltr !important;
    }
    
    [dir='rtl'] .slick-slide {
        float: left !important;
    }

     

    Best regards,
    Shufflehound team

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