StyledThemes

Paypal button is stretched

Home Forums WordPress Themes – Premium Pure & Simple Paypal button is stretched

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69765
    Vicki Berenson
    Participant

    I used the PayPal code to create a button on this page:
    https://www.wnpjs.org/join-donate/
    It appears correct in the edit view but is stretched out in page view.
    I created a <div class=”paypal-button”> so I could enter custom CSS but I could not figure out anything that worked.

    Do you have ideas?

    #69776
    Styled Themes
    Keymaster

    Please add this CSS to Appearance / Customizer / Additional CSS

    .paypal-button input {
    	width:auto;
    	height:auto;
    }

    It should improve the display of the Paypal donate button

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.