How do I align Form to the right?

  • AWPGA WEBMASTER
    Asked on July 11, 2022 at 3:38 PM
  • Danilo JotForm Support
    Replied on July 11, 2022 at 9:44 PM

    Hi Awpga Webmaster,

    Thanks for reaching Jotform Support. If you wish to align the form to the right. You can use this code below.

    .form-all {

    text-align: right;

    direction: rtl !important;

    unicode-bidi: bidi-override !important;

    }

    You can use the code, to align to the right your Form. Guide:How to Inject Custom CSS Codes

    Give it a try and reach out again if you have any other questions.

  • VincentJay
    Replied on July 11, 2022 at 9:56 PM

    Hi,

    We received a blank message. Do you still need assistance?