Enable RTL mode in the Contact Form

Please add an option to enable RTL mode.

1 Like

Hi @user11676 and welcome aboard :wave:

We see that it would be amazing to have RTL settings right in the configurator. We’ll try our best to consider this opportunity in the future :slightly_smiling_face:

As for now, you can apply RTL mode by adding this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.global-styles,
[id*="eapps-contact-form-"] * {
  direction: rtl !important;
  text-align: right !important;
}

[class*="WidgetBackground__ContentContainer"] {
  overflow: visible;
}

[class*="choice-option__ItemLabel-sc"] {
  margin-right: 8px;
}

[class*="choice-option__Label"] {
  margin-right: 0;
}