#m0uka_code

1 messages ยท Page 1 of 1 (latest)

frail valleyBOT
hoary groveBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

frail valleyBOT
#

๐Ÿ‘‹ 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/1271530776021958749

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

primal anchor
#

Hi ๐Ÿ‘‹

You cannot apply style rules of your own the Card element through your CSS.

#

That is because of how the Card Element is rendered inside an iframe

#

We expose a style parameter that allows you to specify CSS propreties directly on the object

final frost
final frost
primal anchor
#

Okay then why don't you try applying it there?

final frost
#

because the padding field apparently works only for the idealBank element

primal anchor
#

Interesting ๐Ÿค”

primal anchor
#

Okay, reviewing the example in the JS reference doc you posted. The element they are showing being styled by the

.my-input {
  padding: 10px;
  border: 1px solid #ccc;
}

rule is actually the element that wraps the Card Number Element. Taking the case of your code, the <div>.

final frost
#

correct, and if apply the padding css rule to the div, it shifts the entire iframe instead of just shifting the input text

frail valleyBOT