increase PayPal field width

  • milbra
    Asked on May 31, 2014 at 12:46 AM

    How do I increase the width of my PayPal field?  Entire value can't be seen.

  • TitusN
    Replied on May 31, 2014 at 9:44 AM

    Hello,

    Please try injecting the following CSS rule:

    input[id*="_donation"] {
        width: 110px;
    }

    Use this guide to inject the CSS