diff --git a/lms/static/sass/_customer-specific.scss b/lms/static/sass/_customer-specific.scss index 5a1fbff6..7eb9c220 100644 --- a/lms/static/sass/_customer-specific.scss +++ b/lms/static/sass/_customer-specific.scss @@ -72,4 +72,13 @@ } } } -} \ No newline at end of file +} + +// Targeting RTL language (e.g., Arabic) +body.rtl { + .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown .dropdown-user-menu { + right: auto; // Reset the right property + left: 0; // Set left to 0 for RTL layout + } +} +