Default all site behaviour right to left alignment

  • Author
    Posts
  • #141378

    hello,
    sorry in advanced for the non professional language. i am very new to this.
    i am using a right to left language and would like all the text editing to be RTL, cross site.
    is it possible to define it?
    (i prefer the menu’s stay in english)

    #143186

    To default all site behavior to right-to-left alignment, you can use the CSS direction property and set it to rtl (right-to-left), along with the unicode-bidi property set to bidi-override. This combination forces the content of the elements it is applied to, to be displayed in right-to-left direction, which is essential for languages that are read in that manner​​. For further detailed examples and information, you might want to check a comprehensive guide like the one on W3Schools

    Website: www.acoup.com

Viewing 2 posts - 1 through 2 (of 2 total)

You need to log in to reply to this topic.