• Resolved jtohme

    (@jtohme)


    Hello,
    When I choose Arabic, the page is still LTR! How can the page flip to RTL when Arabic is chosen?

Viewing 1 replies (of 1 total)
  • Plugin Author Prisna

    (@prisna)

    Greetings,

    when a RTL language is selected, a translated-rtl class attribute is added to the main HTML tag. You can try to add a simple RTL definition and see how your theme behaves. You should go to:

    Advanced > General > Custom CSS, use:

    .translated-rtl {
    	direction: rtl;
    	unicode-bidi: embed;
    }

    If this doesn’t produce the expected result, please contact your theme’s support, show them this thread and ask them what rule(s) you should use.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘RTL Support’ is closed to new replies.