Paypal Button is Stretched

Problem:

I have added a paypal button to my site. The button works fine but appears streached out. I am coping the code that palpay generates.

Original poster

Solution:

Probably you just have to insert the following CSS in the Dandelion Options -> Styles Settings -> Additional Styles section:

input[type=image]{
width:auto;
height:auto;
}

pexeto

Was this useful? 1