PayPal Express button doesn't show up on mobile and overlapping on desktop

  • mti88m3
    Asked on March 25, 2015 at 10:06 PM

    You can see the form here: http://mdudrift.com/mdu-2015-proam-series-driver-registration/

    It works on desktop, but the PayPal button doesn't show up on mobile.

    Jotform Thread 540828 Screenshot
  • Elton Support Team Lead
    Replied on March 26, 2015 at 12:22 AM

    Hi,

    It seems the Paypal button in your form is hanging out of the form area. To fix it, simply inject this CSS codes to your form.

    .form-buttons-wrapper div[style*="float:left;"] {float: none !important;}

    Guide:

    1. Click the Designer icon while on the form builder.

    PayPal Express button doesnt show up on mobile and overlapping on desktop Image 1 Screenshot 40

    2. On the Designer window, go to the CSS tab and paste the above CSS codes.

    PayPal Express button doesnt show up on mobile and overlapping on desktop Image 2 Screenshot 51

    Result:

    PayPal Express button doesnt show up on mobile and overlapping on desktop Image 3 Screenshot 62

    Thanks!

  • mti88m3
    Replied on March 26, 2015 at 12:26 AM

    Awesome, that worked! Thanks!

  • Elton Support Team Lead
    Replied on March 26, 2015 at 1:31 AM

    You're welcome! Cheers! =)