• Hello
    When I edit a WordPress website that runs in the Hebrew language, which is written from right to left, this Gutenberg css class: .wp-block-media-text is is set to direction: ltr; which is not good for Hebrew websites.

    Here’s an image to demonstrate what it shouldn’t look like, the current view: https://i.imgur.com/nLTkAem.png

    This is the way it should look like, the good version: https://i.imgur.com/zmanPOl.png

    Thanks

Viewing 1 replies (of 1 total)
  • I have complained a couple times about the Media/Text block and its alignment. There are core styles, but the theme also has something to do with what you see.
    The block has a choice of Media on the right or left, so that should not be affected by the direction of the text. But the text inside the block should be RTL appropriately.
    If you can isolate whether the text direction is from the block or from your theme, you could complain in the correct place.
    For the block, it’s https://github.com/WordPress/gutenberg/issues/
    and for the theme, it’s your theme’s support forum.

Viewing 1 replies (of 1 total)
  • The topic ‘gutenberg bug: .wp-block-media-text class is ltr even on rtl website.’ is closed to new replies.