RTL
If you want RTL theme, changes are below:
<!-- Replace style.css with rtl.css -->
<link id="rtl-link" rel="stylesheet" type="text/css" href="../assets/css/rtl.css">
<!-- add class rtl in html tag -->
<html lang="en" dir="rtl">
Top
If you want RTL theme, changes are below:
<!-- Replace style.css with rtl.css -->
<link id="rtl-link" rel="stylesheet" type="text/css" href="../assets/css/rtl.css">
<!-- add class rtl in html tag -->
<html lang="en" dir="rtl">