How do I change the Taskhive theme into rtl format?

change the theme to work with rtl language

If your WordPress website language is set to a language that uses right-to-left scripts then the theme format will be changed to RTL format automatically.

Also, it is possible to use this CSS snippet

html{
	direction: rtl;
}

Please note that this may require extra customizations.

Thank you for the information, got it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.