Viewing 2 replies - 1 through 2 (of 2 total)
  • webmystery

    (@webmystery)

    Using Chrome developer tools to look at your source code, I see that line 327 of your style.css file specifies width:100% for input

    Remove that width style and the buttons will be a normal size

    input, select, textarea {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #eee inset;
    color: #222;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 12px;
    width: 100%;
    }
    Thread Starter Karissa Skirmont

    (@karissa)

    Oh wow that’s and easy fix, but I had it 100% for the eNews signup form on the side menu. Luckily I was able to work around that just targeting the PayPal button class.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The largest PayPal button I've ever seen!’ is closed to new replies.