Question:
All the heading tag are not reflecting right to left alignment setting applied from “translation manager” while all paragraph tags are working fine.
Product:
Wix Studio Editor
What are you trying to achieve:
I am using multilingual feature to translate my client’s website from english to arabic.
What have you already tried:
All the Paragraph tags are working fine when I apply text direction to RTL but not working in case of Headling Tags.
Additional information:
Right to left text alignment via “Translation Manager”
Yes I did but it won’t change the text direction from right to left. If we manually applied the text direction it will change the English version as well.
Tried overriding with Global.css still not doing the job.
It render something like below.
… #SITE_CONTAINER#main_MF .css-editing-scope #wixui-comp-ljrkktzs :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote){
text-align: right !important;
}