Viewing 1 replies (of 1 total)
  • Plugin Contributor angelleye

    (@angelleye)

    Your theme has the following rule:

    input {
    padding: 6px 12px;
    height: 45px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    font-family: ‘Open Sans’;
    width: 100%;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e9e9e9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    The width of 100% is what’s causing your button images to stretch. You’ll need to override that to remove that attribute of this rule within your child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘PayPal Buttons Stretched’ is closed to new replies.