How do I get rid of the unwanted space in Stripe price?
-
blearningAsked on June 21, 2021 at 04: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?
-
SonnyferAnswered on June 22, 2021 at 01:13 AMJotform Support
Hello - Apologies for the inconvenience.
Kindly allow me some time to check your form. I will be back shortly.
-
SonnyferAnswered on June 22, 2021 at 01:19 AMJotform Support
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:
Let us know if you need further assistance.