RTL

1. Add the RTL version CSS after the default CSS file in the HTML:

1
2
<link rel="stylesheet" href="css/rtl.css">

2. Add the mm-right class to .panel-menu in the HTML:

1
2
3
<nav class="panel-menu mm-right">
</nav>

* Example of use   demo

BACK TO TOP