• Resolved katies28

    (@katies28)


    I have different levels of giving set up on my donation page and the links work fine, however the icons are stretched and distorted. Can anyone help me figure out how to fix? I have a custom CSS area, but I’m not good with code.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Scott Paterson

    (@scottpaterson)

    I took a look at your site. I see what you mean. That is caused by your theme overriding the plugins settings.

    If you would like to override it you will need to use CSS. Here is the CSS:

    .wpedon_paypalbuttonimage {
    width: unset !important;
    height: unset !important;
    }

    Your theme settings page might have a place to put this code, probably in Appearance -> Customize. If it doesn’t you will need to install a plugin like this: https://www.ads-software.com/plugins/simple-custom-css/

    If you have any other problems or questions just let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘Distorted Icon’ is closed to new replies.