How can I move the Text Field to the right?

  • rbell1
    Asked on September 27, 2017 at 2:12 AM

    How can I move the Text Field to the right? Image 1 Screenshot 20Hi

    How can I align the logo to the right of the following form:

    "Teen (16/17yr) Flexi  Membership $38 membership agreement for new members".

    Thanks


    Jotform Thread 1258764 Screenshot
  • Support_Management Jotform Support
    Replied on September 27, 2017 at 3:15 AM

    Hi @rbell1 - You can achieve this injecting the following CSS codes to your Form Builder:

    #id_51 {

        position: absolute;

        right: 0;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    How can I move the Text Field to the right? Image 1 Screenshot 30

    Or alternatively, a simpler approach is instead of using 2 Text Fields, use the Header Field then add an image to it. Afterwards, set the IMAGE ALIGNMENT to RIGHT. No CSS required.

    How can I move the Text Field to the right? Image 2 Screenshot 41