• Hi Guys,

    I want to allow my website to have right to left writing for blog posts only.. other interface and the dashboard I would like to keep them in English.. any help pleas?
    Thanks a lot

Viewing 1 replies (of 1 total)
  • Hi,

    You can try adding the CSS code direction: rtl; to the class that which only belongs to the HTML tags of your blog posts. For example, ‘single-post’.

    The code will be like the following

    .single-post {
        direction: rtl;
    }

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Right to left writing in the blog’ is closed to new replies.