• Rahim

    (@rahimvaziri)


    Hi Damian,
    Hope you are doing great.
    Thank you for your great plugin.

    I am using the rtl version of wordpress.
    How can I change the template to rtl?
    And I also have installed my own font family in my child theme css,
    How can I use that font in my email template?

    Best regards.
    Rahim

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Rahim,
    you could try adding in the custom css section the following:

    body{
     direction: rtl;
     unicode-bidi: embed;
    }
    #mailtpl_body{
    text-align:right !important;
    }

    Let me know if that works

    Thread Starter Rahim

    (@rahimvaziri)

    Hi dear Damian,

    Thank you for the response.
    I just checked the results.

    The texts are rtl now but the grid of the order of the woocommerce and the shipping address needs to be rtl too!

    Kind Regards.

    if you disable the email template plugin, the woocommerce order uses RTL ?

    Thread Starter Rahim

    (@rahimvaziri)

    The grid gets better ( I mean the location of headers like : product , quantity and price are fine but the line of the columns need fix )

    but the customer address still same as before.

    Thread Starter Rahim

    (@rahimvaziri)

    How can I Change the default wordpress direction to RTL?

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘RTL and Font Support’ is closed to new replies.