Hello Tuanphan,
You're such a problem solver! Thank you so much.
#2. Header, you mean Header (navigation, button, site title) or Heading (h1, h2,..h6)?
I mean heading h1, h2, p, etc.
#3. Try this CSS
html[lang="ar"] .html-block *, html[lang="ar"] header#header * {
direction: rtl !important;
}
The code is working, but I also want to reflect it on body. I tried
body {direction:rtl;}
but it applies the code on both languages.