Support

Home Forums Event Espresso Premium Payment Methods Buttons/Graphics Too Small

Payment Methods Buttons/Graphics Too Small

Posted: April 26, 2017 at 6:25 am

Viewing 1 reply thread


colorguam

April 26, 2017 at 6:25 am

Hello,

I am having a problem with our payment methods page. Customers are complaining that the radio button and associated image are too small to discern easily.
Here is the actual image we are using for PayPal:

However, this graphic is displayed on our registration checkout page at a quarter of this size. Almost like a thumbnail image.

I thought I would review the registration checkout page in WordPress and see if the image was being resized , but all I see on this page is the [ESPRESSO_CHECKOUT] shortcode. How can I check the image size on the registration checkout page?

Thanks in advance


Tony

  • Support Staff

April 26, 2017 at 6:54 am

Hi there,

The checkout page is dynamically built as it is unique for each registration.

To test this you would need to add a registration to the event and continue through to the last stap where the payment options are shown.

I did this on your site and can see the image, there are some styles within EE to allow for multiple payment methods which keep the images the same size as the containers they are within which you need to override, try something like:

.spco-payment-method-input-dv img {
    width: auto;
    max-width: none!important;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

Viewing 1 reply thread

The support post ‘Payment Methods Buttons/Graphics Too Small’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso