Support

Home Forums Event Espresso Premium QTY PRICE TOTAL does not light up under the headers

QTY PRICE TOTAL does not light up under the headers

Posted: July 28, 2017 at 8:12 pm

Viewing 3 reply threads


Patrick142

July 28, 2017 at 8:12 pm

Have read the following

https://eventespresso.com/topic/registration-check-out-page-view-customization/

And have inserted the custom CSS described. It looks perfectly normal on the page where one enters attendee info, but once you proceed to the payment options screen, the qty, price, total no longer line up. I can confirm the custom css is present in both pages.

Registration link is http://cccrs.com/events/2017-like-a-mighty-river-conference/


Tony

  • Support Staff

July 31, 2017 at 6:32 am

Hi there,

You’re not using the same code I provided in that thread – http://take.ms/szN2A

You currently have:

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

The code I provided is:

#ee-single-page-checkout-dv .item {
    height: auto;
    display: table-row;
}

The reason your code is not working is the .spco-ticket-info-dv element does not exist on the payment options step, it does on the personal info step, but not the payment options which is why you’re getting 2 different results.

If you change your CSS to use the selector I provided it will work on both pages.


Patrick142

July 31, 2017 at 10:19 pm

Works now. Thanks Tony!


Tony

  • Support Staff

August 1, 2017 at 5:32 am

You’re most welcome 🙂

Viewing 3 reply threads

The support post ‘QTY PRICE TOTAL does not light up under the headers’ 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