Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1273868

    Hi,
    I am using GTranslate to translate a site from English to Arabic. RTL is working fine, but the text is still aligned to the left. Is there some CSS I could use to override this and align it to the right when someone selects Arabic?

    #1274152

    Hey Nancy,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .translated-rtl * {
        text-align: right;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274182

    Thanks Victoria! That worked –much appreciated!

    #1274401

    Hi nb2556,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1274405

    Hi nb2556,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.