Right to Left

would really love the option to write right-to-left in all fields. As of now I can only do it in the header.

1 Like

Many thanks for your suggestion, @Mayan_Rodeh, and welcome to the community!

We’ll try to think about RTL for all fields in our future updates, I’ll keep you in the loop :slight_smile:

Thanks a lot for your help!

Hi @Mayan_Rodeh :wave:

While this option isn’t available in the configurator, you can use these CSS codes to enable RTL mode.

For floating forms:

.global-styles, [class*="WidgetBackground__Content"] * {
  direction: rtl;
  text-align: right;
}

For embedded forms:

[class*="WidgetBackground__Content"] * {
  direction: rtl;
  text-align: right;
}

You need to add one of these codes to the Custom CSS field on the Appearance tab of your widget settings.

By the way, I’d like to let you know about our new CSS Codes category where you can find the most popular codes for different apps. Feel free to check it out - CSS Codes - Elfsight Community