#dogpoo66_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1420120893379575810
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
You can turn off link payment method under the payment method settings to disable link on the PaymentElement.
That should also remove the autofill div
There's usually a dropdown with link there
I'm not sure why it doesn't show up for you in the UI
could be something specific with the environment you're testing in
Okay thanks ๐
Is there a way to change the padding inside the payment element like the padding around the edge of the container?
padding is one of the supported CSS properties - https://docs.stripe.com/elements/appearance-api#supported-css-properties
but I'm not sure the exact specific one you're referring to so I'd recommend checking the list and/or testing it out
I did check the list but I cant find which one it is
this padding is what im reffering to
Ah gotcha. Can you try setting the padding on the div you're mounting PaymentElement to?
I'd assume it inherits the parent's properties. But if that doesn't work then it's likely not possible to change that