RTL layout
For the RTL page, just you have to add rtl class to body tag and also add dir="rtl" attribute in your html tag
<html dir="rtl">
<body class="rtl">
</body>
</html>
RTL layout page
Top
For the RTL page, just you have to add rtl class to body tag and also add dir="rtl" attribute in your html tag
<html dir="rtl">
<body class="rtl">
</body>
</html>