RTL Support
RTL Support
How to Enable RTL Layout?
Aquiry provides full RTL (Right-to-Left) support for languages such as Arabic, Persian, and Hebrew.
On the right side of the page, you’ll find three quick toggle buttons — the third button
is dedicated to enabling RTL Mode. Clicking it instantly applies
dir="rtl" to the <html> element,
switching the layout direction for complete RTL compatibility.
The RTL layout requires bootstrap-rtl.min.css, which is included in head-css.html.
It ensures proper mirroring of Bootstrap components for right-to-left languages.
<!-- Example -->
<html lang="en" dir="rtl"></html>
Make sure to include the following stylesheet for full RTL functionality:
<!-- RTL Stylesheet -->
<link href="../assets/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css" />
LTR & RTL Layout Preview
Below are examples of how your dashboard looks in both LTR and RTL layouts. You can preview and test the switch using the toggle buttons at the right side of the page or from the Customization Offcanvas panel.
dir="ltr"
dir="rtl"