#JPritchard9518
1 messages · Page 1 of 1 (latest)
I don't know of anything that does exactly what you're looking for. My only thought would be to use the Style object to adjust the sizing of the text (because maybe the text is too large to appear on one line). If that doesn't help, can you provide a URL where we can see this Element working in the way you described? Also the code you're using to create the Element would be helpful
I don't have it live on a URL yet, but here is a screenshot of the address portion of the form. The code for initializing the address element is simply this
mode: 'billing',
display: {
name: 'split'
}
})
addressElement.mount('#address-element');```
Not a problem if there isn't a way to do this!
Ahhhh, okay. I don't think there's a way to have them on the same line, but let me check with someone who knows a bit more CSS magic than me.
Great, thank you!