Forum Discussion
JamesLicthfield
4 years agoCommunity Member
Right to Left prompt for Arabic
Hello, I have set my player to read right to left but the invalid answer prompt still reads Left to Right. How can I fix this?
NejcZD
Community Member
This is still an issue 9 months later. Is anyone working on this? When is this going to get fixed? It's literally right to left text in 3 fields. Why is this taking so long?
Jürgen_Schoene_
3 years agoCommunity Member
if you wan't to fix it - add to "story.html" or/and "index_lms.html"
<style>
.message-window-heading > p {
text-align: right !important;
}
.message-window-text {
text-align: right !important;
}
</style>
e.g. to the end
result:
Jürgen