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

# Rtl Layout

To make **RTL layout** in the theme change value in "**/gulpfile.js**".

```javascript
const rtl_layout = 'true';
```

​

To make **LTR layout** in the theme change value in "**assets/js/config.js**".

```javascript
const rtl_layout = 'false';
```

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