RTL

Working with right to left

Setting up HTML

Your theme comes with a built-in automated rtl feature. Here is the example. To use rtl, set the dir='rtl' in your html like:

<html dir='rtl'>...</html>

And use the rtl stylesheet instead of

<link href="assets/css/theme-rtl.css" rel="stylesheet">