Home Forums Themeqx Advanced PhP Laravel Classified ads cms Arabic lang. and RTL prblm Reply To: Arabic lang. and RTL prblm

#1479

Hi

To add rtl features your website, you need to place below css.

body {
    direction: rtl;
}

you need to fix some css issues to your style.css

�������� issues may be from your editor, you need to edit by unicode supported editor, phpstorm is a good editor that supports unicode, You can also found Notepad++ that help you

Best Regards