简体   繁体   中英

Bootstrap .form-control and RecurlyJS iframe

Thank you for your kind reading my question. I have trouble in aligning layout of Recurly subscription form.

In the screenshot, the first 4 items are using .form-control which has inside it. These s are loaded by Recurly JS code after page is loaded.

I tried to make sure height: 32px for those element as well, but I could not figure out why the height of gaps differ than the below ones. I want them to be same as the below ones.

http://paulz.dev.biznessapps.com/global/signup_subscribe?plan=mobileapp59

注册表格

I used Recurly JS v4. https://js.recurly.com/v4/recurly.js

Thank you! Paul

you can customise styling on input fields as in here.

https://dev.recurly.com/docs/getting-started-1#section-styling-card-fields

Please try this code

  iframe {
        height: 26px!important;
    }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM