MyBB Community Forums

Full Version: RTL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Where can I add <html dir="rtl">

thanks
Could you be a little more specific?
Just add in global.css:

html {
	direction: rtl;
}