Home › Forums › Jevelin Theme › Carousel problem in RTL version
Home › Forums › Jevelin Theme › Carousel problem in RTL version
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