• Resolved ecreative15

    (@ecreative15)


    Hello,

    Thanks for the great plugin!

    We have an event that is paid. After the user signs up, they are taken to a page and are prompted to pay. For some reason, the image that we inputted in the settings of the plugin is taking up the full width. We tried to override the CSS in our stylesheet but it isn’t reflecting the changes in the frontend. We have refreshed our cache but it’s still an issue.

    What are we doing wrong?

    You can test the form by going to healthyhealedyou.com/events/42/test

    Thank you.

    https://ww.wp.xz.cn/plugins/events-made-easy/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Franky

    (@liedekef)

    Check your theme style.css. This is causing it:

    input, textarea {
    font-size: 16px;
    padding: 8px 15px !important;
    width: 100%;
    }

    It affects all input-buttons too (like the submit button).

    Thread Starter ecreative15

    (@ecreative15)

    Hi Franky,

    I just checked and saw that the image was removed and the input button was there. That wasn’t supposed to happen. I just put the image back in there.

    Anyway, this is the code I inputted at the end of my stylesheet:

    #paypal_form input[type=image] {
    	width: inherit!important;
    	display: block;
    	margin: 0 auto;
    }

    I also tried a version with quotes around the word image

    Plugin Author Franky

    (@liedekef)

    Well, paypal button shows up fine here (not too big at all)

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

The topic ‘The payment button is huge.’ is closed to new replies.