Another RTL question, but on the Slider app

Hi Support team of the great tool

Under the slider widget, text inside the content, we want the text to be RTL and center aligned. Do we have CSS for that ? could you please guide us. Thanks

https://apps.elfsight.com/panel/applications/slider/edit/6de49f9a-1c17-4f10-a27a-422000b849db/

1 Like

Hi @user1145,

Please let me know if this code works as expected:

.eapp-slider-slide-inner {
  direction: rtl;
}
1 Like