• My page is in English and I am having the plugin translate it into Hebrew – However as Hebrew is rtl – and not ltr my layout is messed up. What css or other code can I include on my site so that the layout will switch when the language switches?
    thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • When I asked them about this they told me that I needed to have the paid version which had features for this. In one of my applications I added this CSS in my style sheet:

    /* For right-to-left: text directions swapped */
    [dir=rtl] .textCongregation {
    	text-align: right;
    }
    [dir=rtl] .textTitle {
    	text-align: left;
    }

    But i have not yet worked on my site. But basically, for any class that is affected you would override. It is a pity that they don’t provide this feature anyway because it is rather fundamental. It shoudl be out of the box from Google IMHO.

    Thread Starter newbee_sue

    (@newbee_sue)

    to write code to override all classes – seems a bit much. I am using a pojo theme,
    I will ask them if they have support for this plugin

    I agree. I hope you have a solution because my site support Arabic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to set text as rtl when translated to Hebrew’ is closed to new replies.