Hi mstudioIL,
Currently it doesn’t support RTL. If you have already achieved RTL support and if you can share your css then I can include it on my update.
Regards
-Nirmal
this code makes it responsive, it’s not perfect but its gooe enough:
#wprmenu_menu.wprmenu_levels ul li a {
text-align:right;
padding-right:5%;
}
#wprmenu_menu .wprmenu_icon_par {
position: relative;
display: block;
color: #CFCFCF;
width: 46px;
padding: 13px 14px 10px 14px;
cursor: pointer;
float: right;
position: absolute;
top: 0px;
right: 0px;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
border-left: 0px solid #e2e2e2!important;
border-right: 1px solid #e2e2e2!important;
}
.icon_default.wprmenu_icon_par:before {
content: "o"!important;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
border-left: 1px solid #474747;
margin-left: -44px!important;
}
.menu_title{
text-align:right!important;
}