• Resolved fcis999

    (@fcis999)


    I wonder how I can move to the right side the text that appears before and after selecting a value from a dropdown list which is in Arabic language as currently the label appears on the right but the value/selection appears on the left as shown in this screenshot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @fcis999

    I hope you are doing well.

    Can you please try the following CSS:

    .forminator-select .select2-results__option,
    .forminator-select .select2-selection__rendered{
        text-align: right !important;
    }

    Add it to form > Appearance > Custom CSS

    Let us know the result you got.
    Best Regards
    Patrick Freitas

    Thread Starter fcis999

    (@fcis999)

    Works great, thanks Patrick for your support.

    • This reply was modified 1 year, 3 months ago by fcis999.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Arabic text to the right’ is closed to new replies.