// correct CSS fix .rtl-text { direction: rtl; text-align: right; // remove if unnecessary } // .ltr-text { // direction: ltr; // }