Support

Home Forums Event Espresso Premium "Qty Price Total" alignment problem during checkout process

"Qty Price Total" alignment problem during checkout process

Posted: October 26, 2016 at 3:35 pm


Pete

October 26, 2016 at 3:35 pm

Hello,

I have a relatively minor issue with EE. When users select a ticket and proceed to payment options, they are taken to the Registration Checkout page. On this page the columns Qty, Price and Total are messed up. The quantity, price and total numbers are out of alignment with their labels. Check out the page here: http://calebchallenge.org/events/group-coaching-january-march-2017/

Make sure to add a ticket to your cart and click Proceed to Payment Options. Again, it’s the Registration Checkout page which I’m having trouble with.

Thanks for your help!


Tony

  • Support Staff

October 27, 2016 at 9:08 am

Hi there,

It’s caused by some styling within your sites theme – http://take.ms/kdotV

Its stying any element with the class ‘item’ on your site, the EE table uses that class so gets all of the styles.

You can override the styles for that EE table to fix this using something like:

.spco-ticket-info-dv .item {
    display: table-row;
    width: auto;
    height: auto;
}

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

The support post ‘"Qty Price Total" alignment problem during checkout process’ 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