• Resolved lajd

    (@lajd)


    How to prevent text from shifting from the left section of the page to the right when using RTL (Right-to-Left) languages?

Viewing 1 replies (of 1 total)
  • Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Thank you for reaching us!

    You should do this using some CSS and target that specific language so,for example of a code you will need to use is this:

    //This is the code for Arabic language.

    .translatepress-ar {

    direction:ltr !important;

    }

    If there’s anything else, please let me know!

    Kind Regards,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.