• Resolved h1993

    (@h1993)


    Hello,

    So my site in Arabic language which is RTL when I click on the drop down menu to choose who it will be available to. it goes far left and I cannot choose from it but when the admin panel is in English it works fine.
    this is a GIF with issue

    can you fix this? or can anyone let me know how to fix this issue through CSS which i assume is causing it

Viewing 2 replies - 1 through 2 (of 2 total)
  • Better results may be obtained by adding the following code to the functions.php file in the child theme:

    add_action('admin_head', 'my_custom_fonts');
    function my_custom_fonts() {echo '<style>.chosen-container .chosen-drop {left: 9999px;}</style>';}
    Thread Starter h1993

    (@h1993)

    Thank you very much. This solved the issue!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with CSS when admin panel is in RTL language’ is closed to new replies.