Hi,
When I write text in Hebrew from right to left it adds the point on the right side instead of the left side.
What is the fix for it for RTL language support?
Hi,
When I write text in Hebrew from right to left it adds the point on the right side instead of the left side.
What is the fix for it for RTL language support?
You can add custom CSS property on your global body tag: direction:rtl
If you are doing all the things manually, sometimes display:flex will cause to not be aligned right. Here’s a video where I explained both.
Hi,
Is it possible to make the change only on texts and now on all the sections?
I only want the rtl language text to be from right to left.
I prefer that the navbar will stay the same.
Yes, just apply custom css property direction:rtl only on places where you need it. In video I applied it to body tag which is impacting everything.