How do I get rid of the unwanted space in Stripe price?

  • blearning
    Asked on June 21, 2021 at 4:52 PM

    Hello, I'm getting an unwanted space after the dollar sign in my stripe price. Do you know what's causing this / can you help me get rid of it?


    1624308847 60d0fc6fe1f0a Screen Shot 202 Screenshot 10

  • Sonnyfer JotForm Support
    Replied on June 22, 2021 at 1:13 AM

    Hello - Apologies for the inconvenience.

    Kindly allow me some time to check your form. I will be back shortly.

  • Sonnyfer JotForm Support
    Replied on June 22, 2021 at 1:19 AM

    Thanks for patiently waiting. Kindly inject the below code into your form to fix the issue.

    span#input_14_1000_price,span#input_14_1001_price,span#input_14_1002_price,span#input_14_1003_price{
    margin-left: -3px ! important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Result:

    1624339127 60d172b7cd077  Screenshot 10

    Let us know if you need further assistance.