RTL Interface
Alpha Moodle Theme is fully compatible with RTL languages.
Last updated
Was this helpful?
Alpha Moodle Theme is fully compatible with RTL languages.
Last updated
Was this helpful?
If you want to hide a paragraph or anything else on the RTL/LTR layout just use a dedicated class:
dir-ltr-hide
dir-rtl-hide
<p class="dir-ltr-hide">This paragraph is hidden on LTR, standard layout.</p>
<p class="dir-rtl-hide">This paragraph is hidden on RTL, right to left layout.</p>