RTL version

One of the greatest features of the WOOX-Crypto template is RTL version. In order to activate it, you need to find and uncomment the following code in the HTML markup:

 

...

<!--Styles for RTL-->

<!--<link rel="stylesheet" type="text/css" href="css/rtl.css">-->

...

 

to this look:

 

...

<!--Styles for RTL-->

<link rel="stylesheet" type="text/css" href="css/rtl.css">

 

...