• My website is in rtl language (Hebrew), but i prefer having the admin interface of WordPress in English.

    But this creates a problem: When editing a page in Gutenberg all of the text is aligned to the wrong direction.

    I’ve tried to add_editor_style in my child theme functions.php with the following css:
    .wp-block{direction:rtl}
    it kindof works, but it creates nasty side-effects (for example for HTML block).
    I’ve tried the following css:
    .editor-rich-text, .wp-block-freeform{direction:rtl}
    It works better, but still not fully functional (columns are in reverse order)

    Is there a proper way to fix this problem?

    • This topic was modified 4 years, 10 months ago by robert7k.
  • The topic ‘Edit RTL language pages when the admin is on English language’ is closed to new replies.