• Resolved msharris

    (@msharris)


    Hello,

    Can you give instructions on how to decrease the size of the button? I’m using a Mezmerize template but the created button is overly sized and huge.

    I did not send a link because the site is locked as part of the enrollment process. Please respond as soon as possible. I see it’s been awhile since replies and updates to the plugin. Thank you very much!

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

    (@scottpaterson)

    Hi @msharris,

    It’s probably 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 that may work:

    select {
    padding: 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://ww.wp.xz.cn/plugins/simple-custom-css/

    It that doesn’t work, what is your site URL with the problem?

    Thanks,
    Scott

    Thread Starter msharris

    (@msharris)

    Hello,

    Really appreciate your getting with me quickly, wherever you are in the world! 🙂

    I used the CSS given but it did not work. Here is a view of the button on a page I just randomly placed on.

    The real page is locked down and can’t access unless enrolling. See this:

    https://taxguardusa.com/benefits/

    Plugin Author Scott Paterson

    (@scottpaterson)

    Boulder, Colorado 🙂

    This should fix it:

    .wpeppsub_paypalbuttonimage {

    width: unset !important;
    height: unset !important;
    background-color: unset !important;

    }

    Thread Starter msharris

    (@msharris)

    Happy you’re a night owl as well.. Although I’m a bit ahead in ATL, GA.

    Should I place this in the same area Appearance, Custom, etc?

    Really appreciate the direction here..

    Thread Starter msharris

    (@msharris)

    Or place it in the Downloaded Custom CSS Plugin?

    Thread Starter msharris

    (@msharris)

    Lastly, Will that code resize all the button templates, no matter which one I choose?

    Plugin Author Scott Paterson

    (@scottpaterson)

    Yes, put it in Appearance -> Customize – Custom CSS

    It should fix all the PayPal buttons only.

    Thread Starter msharris

    (@msharris)

    I’m sorry.. one more thing.. Last one, promise.

    It’s just that the button is very close to the title. Can there be a space between the two?
    Normally, I would have additional description between the two but I’ll work with it if there can be just 1 space between the title and the button.

    Then I’ll call it a night. This is all.

    Plugin Author Scott Paterson

    (@scottpaterson)

    @msharris,

    Not seeing the button on the site anymore.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Button Size’ is closed to new replies.