RTL alignment for the Shopify Email notifications

Kitchencrafts
Tourist
6 0 1

 I need to change the email template text from english to hebrew. unlike english, in hebrew we write from right to left. therefor if i only change the code in the notification setting, it will still be aligned to the left as if it was english
my store is aligned and translated, but the email notification are still from left to right
how can i fix that ?

Replies 2 (2)

AdamSmith12
Shopify Partner
79 5 8

hello when you make your notification template 

start with this html tag

<!DOCTYPE html>
<html dir="rtl" lang="ar">
<head>
<meta charset="utf-8">

If helpful then please Like and ✔️ Accept Solution.
Do you need custom changes on store ? please send me a personal message and we can discuss.
Email: redaboubkraoui@gmail.com
infornt
Tourist
10 0 2

I tried this, but it does not work, any other suggestions?