Crocoblock / suggestions

The suggestions for CrocoBlock project
194 stars 78 forks source link

(Elementor) List Grid: Add RTL Support #7365

Open MaximMitrofanov opened 7 months ago

MaximMitrofanov commented 7 months ago

Hello, I've noticed that you are using slick for your sliders, a very common js library, I suggest letting the user choose if he wants to enable RTL mode (it's built-in in slick), at the moment RTL is not supported which leaves insufficient populated slider looking weird and aligning to the left of the screen.

Code snippet from slick: $('.single-item-rtl').slick({ rtl: true });

Thank you :) <3

MaximMitrofanov commented 6 months ago

Anything about this ?