Hello,
Thank you for this project it is really very useful, congratulations!
My problem is in the menu when I change to RTL, it changes the ranking of entries but not the location, and that causes user experience problems especially if there are submenus.
There is another problem also with RTL but this time on the page
https://themes.semicolonweb.com/html/canvas/demo-shop.html
the login part and the basket icon. I solved this problem with the following css code:
#top-account{
border-right: 0 !important ;
padding: 3px 0 3px 3px !important ;
border-left: 1px solid #DDD;
}
thank you for solving this problem.
