Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @odedta

    On the frontend, Nextend Social Login displays only social buttons where there is only the button label and a button icon, so in this case I am not really sure what do you mean exactly under RTL support.
    If you mean the order of the button label and the provider icon, then browsers handle that automatically. So if your html dir attribute:
    https://www.w3schools.com/tags/att_global_dir.asp
    is set to ltr, then the order will be:

    • icon + button label

    and if the dir attribute is set to rtl, then the order will be:

    • button label + icon

    If you meant something else, then please let me know!

    Best regards,
    Laszlo.

    Thread Starter Oded Talmon

    (@odedta)

    Yeah, that’s exactly what I meant.
    Thanks for the quick reply! 🙂

    Plugin Support Laszlo

    (@laszloszalvak)

    Hi @odedta

    I am glad I could help! 🙂

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘RTL Support’ is closed to new replies.