WAIT: Nav Menu RTL and LTR poblems

Hi
Hope you are well,

-In the RTL the Nav Menu not works correct in submenu. I attached some Images to show the situation.
Current Situation in LTR :

  1. The arrows of submenus must be right aligned well in a single vertical line , now they are not:

Current Situation in RTL :
2. padding of root item not right and it must have right padding instead of left padding, so have enough distance between by default.

  1. Submenu level two must be in the right of the submenu level one (if I named them right)


    Correct Situation:

  2. Arrows of submenu must be left aligned in their container and all of them must be in the single vertical line:

Kind Regards

Hi Hosi,
Thanks so much for your report!

I have numbered the points so that it is easier to deal with them specifically.

  1. and 4. are identical and can be solved with a CSS one-liner. The dropdown icon aligns directly to the text - even with LTR.
root .brx-submenu-toggle {
  justify-content: space-between;
}
  1. Can’t you override this in the menu settings?

  2. We actually weren’t sure about that when we edited your nestable nav report. Thanks for the hint!

Best regards,
timmse