Support

Home Forums Event Espresso Premium Qty Price Total are too close together on Registration Checkout Form

Qty Price Total are too close together on Registration Checkout Form

Posted: November 4, 2015 at 7:00 am

Viewing 1 reply thread


Young Actors Theater Strasbourg

November 4, 2015 at 7:00 am

When my customer purchases 1 tickets at $20, it appears that the price is $120 because the QtyPriceTotal are too close together. How can I spread them out so that it is clear.


Tony

  • Support Staff

November 4, 2015 at 7:30 am

Hi there,

This is actually being cause by what looks like custom CSS that is being inserted into the page, this CSS:

.entry-content td {
    border: none;
    width: 50%;
}

Is forcing the table column half its size. You can override this using:

.spco-ticket-info-dv td {
    width: auto;
}

Which then looks like this – http://take.ms/upG8R

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 ‘Qty Price Total are too close together on Registration Checkout Form’ 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