News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

RTL Invoice & orders confirmation emails

Started by ahmedfouad, September 11, 2017, 12:37:05 PM

Previous topic - Next topic

ahmedfouad

I'm using Joomla 3.7.3
Virtuemart 3.2.2

I Using Virtuemart in Arabic Lang and I have a problem with emails the text in Arabic but the alignment is wrong(Left align) how to fix this?
Please note:
I searched the forum for solution and I did't find one
What may seem easy for developer could be very hard for ordinary users so excuse me.

Studio 42

If you mixed English and arabic.
You need to add in arabic part
<div dir="rtl">
YOURTEXT HERE
</div>

See https://www.w3.org/International/questions/qa-html-dir for more explain.
If the problem is right aligment you can use
<div style="text-align:right;">
YOURTEXT HERE
</div>

But the 1st solution is better