• Resolved Anonymous User 14746719

    (@anonymized-14746719)


    Hi,

    I tried installing the plugin for a clients ecommerce site to handle direct payments on the site; I’ve set up API etc and transactions are going through.

    The problem though is that the fields to capture the CCard Number, CCV etc are too small. When I type in them, I can’t see the numbers as the numbers are being entered somehow with a larger font and don’t fit.

    Can anyone help?

    Thanks

    Mike

    https://ww.wp.xz.cn/plugins/paypalpro-woocommerce-addon/

Viewing 1 replies (of 1 total)
  • Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    The fields are not small but you need a small portion of css to fix it i hope you are not using default theme from wordpress so your theme is missing a small portion of css

    add following code to your css

    .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6;
    height: 40px !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Fields Too Small’ is closed to new replies.