• Resolved smartdreams61

    (@smartdreams61)


    Hello,

    I’m usning Translatepress to translate my site from English to Arabic. Everything seems good, but there are two pages when I changed the language the text moved to the opposite direction. I want the text to be translated without changing its direction, meaning to be in a fixed direction, cuz it ruins the style of the page.

    So how I can do that?

Viewing 1 replies (of 1 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    You could alter using CSS the alignment of that particular section for Arabic language only. See the below example:

    body.translatepress-ar .class-of-that-section {
    direction:rtl;
    text-align:right;


    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Make fixed direction’ is closed to new replies.