(i am using qa 1.7 final release)
The user manu has to appear on the right hand side when in RTL mode. In desktop mode the user menu is apearing on the right hand side which is correct, but in mobile mode again the user menu is shifted to the right corner(image below)
A working solution :
I ended up adding
float: left;
to
qa-style-rtl.cs
@media (max-width: 979px) { .qam-account-items-wrapper { right: auto; left: 8px; float: left; <-------------------------------------- } }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.