• I have an English language blog. I want to publish an entire blog post in Hebrew. But since my site is configured for English, it’s not properly formatting the right-to-left display for Hebrew.

    When I try to right-align the text it doesn’t properly handle punctuation at the end of paragraphs and I can’t right align my post title.

    Is there any primer on what you need to do to properly format an entire post in Hebrew in a blog that is English-language?

    • This topic was modified 4 years, 3 months ago by richards1052.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Yeah, right align isn’t good enough. Apply CSS direction: rtl; to Hebrew text elements to get it to display correctly. If need be you could apply this as an element style of the overall container. Better would be to instead add an additional class such as “lang-rtl” or similar to Hebrew elements. Then add the related CSS rule to the Additional CSS panel of the customizer, such as

    .lang-rtl {
      direction: rtl;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hebrew posts do not format properly’ is closed to new replies.