Custom CSS: How to move the red asterisk to behind USD?

  • smcleads
    Asked on December 4, 2020 at 12:34 PM


    Jotform Thread 2745580 Screenshot
  • Jessica JotForm Support
    Replied on December 4, 2020 at 2:28 PM

    Hi smcleads, thank you for reaching us.

    You may add inject the custom CSS below into your form.

    label#label_71 {
       position: relative;
       left: 85px;
       top: 27px;
    }

    Please refer to the following guide on how to add custom CSS: How to Inject Custom CSS Codes


  • smcleads
    Replied on December 4, 2020 at 2:52 PM

    Thank you very much for your help Jessica! It worked :)

  • Jessica JotForm Support
    Replied on December 4, 2020 at 4:00 PM

    Hi smcleads,

    Glad that it could works! Let us know if you need other assistance.