Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    @shawtky,

    It’s your theme causing an issue. Your chocorocco theme has the following css:

    iframe, video, embed {
        max-width: 100%;
        min-height: 100px;
        vertical-align: top;
    }

    You need to get ride of the min-heigth 100px option by adding the following css:

    li[class*=payment_method] iframe{
        max-width: 100%;
        min-height: 1px;
        vertical-align: top;
    }

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘braintree credit card values shown below input field’ is closed to new replies.