RTL (right to left) support

There is a RTL support in maxmertkit. Just use dir="rtl" with block elements.

For more information go to css-tricks.
This text will go right to left.
This text will go right to left.

To use inside inline elements use tag bdo:

This text will go right to left.

This text will go right to left.