How can I widen the size of the paypal field?

  • cheekyface
    Asked on June 3, 2014 at 11:18 PM

    Hi.

    I want to widen the paypal field where it displays the total to be paid in this form
    Problem is that when the form generates a total that is wider than the field displays then you cannot see the end of the amount displaying.

    I haven't been able to find anything in the settings for the field.

     

  • jedcadorna
    Replied on June 4, 2014 at 3:52 AM

    Hello,

    Inject this custom CSS script in your form then just adjust the width pixel to your desired size.

    #input_4_donation{

    width:100px;

    }