> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/able-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/able-pro/django/customizer/rtl-layout.md).

# Rtl Layout

To make **RTL layout** in the theme change value in layout files located at Admin/views/layouts"**main-layout.html**, **auth-layout.html, component-layout.html**".

```cshtml
data-pc-direction="ltr"
at : <body data-pc-direction="ltr" >
```

​

To make **LTR layout** in the theme change value.

```cshtml
data-pc-direction="rtl"
at : <body data-pc-direction="rtl" >
```

{% hint style="info" %}
our default theme layout is LTR
{% endhint %}
