Viewing 1 replies (of 1 total)
  • Hello @adishlomy,
    Thanks for reaching out to us.

    We haven’t added any control yet to change the alignment of the Placeholder. But there is a workaround that will align the Placeholder along with Input Field Text to the Right side. In order to do so, please copy the CSS code from below and paste it into the Appearance > Customize > Additional CSS section.

    .mf-input-wrapper .mf-input {
        text-align: right !important;
    }

    But, If you only want to align the Placeholder to the Right side but want the Input Text to appear from the default or Left side, then please use the CSS code mentions below-

    .mf-input::placeholder {
        text-align: right !important;
    }

    Let me know if that helps or if you need further assistance. We are always here to assist you.

    Best Regards,
    Prosenjit

Viewing 1 replies (of 1 total)
  • The topic ‘rtl- ALIGN placeholder text to right’ is closed to new replies.