Support

Home Forums Event Espresso Premium PayPal button spacing

PayPal button spacing

Posted: October 20, 2013 at 2:46 pm


allccw

October 20, 2013 at 2:46 pm

On the payment page the PayPal button is extremely far away from where it should be. It’s so far away you have to scroll half way down the page to view it.


Dean

October 21, 2013 at 1:30 am

Hi Melanie,

The general cause of this is the theme adding in/changing the formatting of the content.

In this case every hidden input field is having a break tag added after it.

While this doesnt fix the root cause (which is code in the theme), this CSS will make it look ok

#paypal-payment-option-dv br {
display: none;
}


allccw

October 21, 2013 at 9:14 am

I used My Custom CSS to add this code in and it did not work. http://allccw.com/thank-you-2?r_id=9-52642dcfc6c56


Josh

  • Support Staff

October 21, 2013 at 9:40 am

Hi Melanie,

It doesn’t look like the change was saved, here’s what’s in the My Custom CSS file on your site:

*/ edit by 31 Moons */

.off-site-payment-gateway payment-option-dv payment-option-closed br 
{
  display: none;
}

.time-display-block { color: yellow; }

*/ end edit by 31 Moons */

It should have what Dean posted in his above reply.

Another thing that gets more to the root cause that you can try is wrap the shortcode on the main registration page with the [raw] short tag.

It will look like this:
[raw][ESPRESSO_EVENTS][/raw]

This will work if the theme function that’s adding the extra br tags for each PayPal hidden input just so happens to be adding a raw shortcode too.


allccw

October 21, 2013 at 11:45 am

His did not seem to work so I was putting other things into the code. BUT I had originally place his code into a CSS sheet which I think was teh problem. It works now that I placed his code into My Custom CSS. Thank you.

The support post ‘PayPal button spacing’ 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