OK. First off there are some break tags being added after every single form input, probably by the theme.
You can use CSS to fix it, but its addressing the symptom rather than the root cause
#paypal-payment-option-dv br {
display: none;
}
The extra empty boxes above and below the Check/Money Order box, is strange. It looks like there are additional copies of it added, which is not how it works with the default version.
Although it doesn’t look like it, has the payment_page.php or payment_overview.php template files been modified?
Again, you can probably fix it with CSS but it wont fix the underlying issue.
I was able to remove the blank spaces with the code you provided me. Looks much better!
#paypal-payment-option-dv br {
display: none;
}
Then I cleaned up the overall look of this page (font sizes, etc) modifying the CSS.
But I still can’t figure out what those empty, clickable boxes are below “Off-Line Payment Options”.
When you click on all 3 boxes they do the exact thing, they each toggle to open the Check / Money Order Payment detail information (mailing address, complete your registration link, etc)
I have not modified the payment_page.php or payment_overview.php template.
Great. The raw tags worked perfectly and even fixed a lot of the other layout problems I was trying to tweak in style.css.
THANK YOU.
Viewing 4 reply threads
The support post ‘Major CSS issues on Payment Options Page’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.