Hello Sweety,
I have faced the similar Issue in my project and solved it using the following css code
.mx-navigationtree-collapsed ul {
left: auto !important;
margin-left: 52px !important;
margin-right: 52px !important;
}
Hope my answer helps. Reach me out for any queries.
Hi,
Arabic language will be written from right to left due to this you are facing this issue. From given the container text getting started from last to front, so you should customized that layout accordingly using CSS.