When I am trying to edit and type text in WPBakery editor it's typing in the wrong direction. Arabic should be typed from right to left but it's typing from left to right. it's weird because everything is working fine except this issue.
Asked
Active
Viewed 147 times
1

Sakib Hasan
- 78
- 10

Awais Asif
- 61
- 1
- 6
-
Give your text blocks a universal class and then put this in your css file `className { direction: rtl; }` – MattHamer5 Feb 04 '20 at 09:18
-
universal class is also will affect to english editor ? – Awais Asif Feb 05 '20 at 10:49
-
I assumed the whole website would be in Arabic; yes, it would make all text run from right to left. – MattHamer5 Feb 05 '20 at 10:55
-
I just need to make right to left for just Arabic content. is there any solution for this ? – Awais Asif Feb 05 '20 at 11:25