Tagged: RTL, top stories scroll to right
Normally top stories move from right to left I need to make the top stories move from left to right Please let me know how to make this possible Thank you for the nice work you are doing
Hi ahmed.bekki,
Please go to the ‘Theme Directory > assets > library > jquery.marquee > jquery.marquee-settings.js’ line no: 10. You will find below line of code.
direction: 'left',
Kindly change the value ‘left’ to ‘right’.
Thanks
Thank you very much Can I make it like this direction: 'auto',
direction: 'auto',
Though ‘auto’ value might work but the script parameter is defined for ‘left’ or ‘right’, better to set the value as ‘right’ or ‘left’.