Setting up HTML
To use RTL mode, set the dir='rtl'
in your html
tag.
<html dir='rtl'>...</html>
And use the RTL stylesheet instead of theme.css
:
<link href="assets/css/theme-rtl.css" rel="stylesheet">
To use RTL mode, set the dir='rtl'
in your html
tag.
<html dir='rtl'>...</html>
And use the RTL stylesheet instead of theme.css
:
<link href="assets/css/theme-rtl.css" rel="stylesheet">