Empty section in Stripe widget? Can you help me get rid of this?
-
blearningAsked on June 21, 2021 at 04:57 PM
Hi, I'm getting an empty section between my subscription prices and the credit card fields. Can you help me get rid of this?
-
JessicaAnswered on June 22, 2021 at 01:27 AMJotform Support
Hi blearning, thank you for reaching us.
Kindly add the following CSS code into your form:
.payment_footer.new_ui { margin-top: -100px !important; visibility: hidden; }
To add a CSS code to your form, please follow the steps described below.
1. In the form builder, click the Form Designer icon.
2. Click on the Styles tab, scroll down a bit, and paste the code in the Inject Custom CSS area.
3. Make sure to click on the Save button.
Please give it a try and let us know how it goes.
-
blearningAnswered on June 22, 2021 at 09:11 AM
That worked. Thank you!