Support

Home Forums Event Espresso Premium Editing Ticket Page

Editing Ticket Page

Posted: October 18, 2018 at 8:50 pm


2019cfse

October 18, 2018 at 8:50 pm

On my ticketing event page, https://cfsec2019.fightbac.org/events/cfse-2019/, The price column and select box are really close together. Is it possible to decrease the size of the Qty box with CSS or on the template? Or decrease the size of the Details column to give a bit more room to the others.


Tony

  • Support Staff

October 19, 2018 at 3:22 am

Hi there,

I don’t recommend altering the template files unless you have no other option (if you edit the template, you need to maintain that temple yourself when we make any changes to the original) but you can add CSS to change the appearance.

A simple fix for your ticket selector is to left align the Price column, so it looks like this – http://take.ms/bL26t

To do that you can use this CSS:

.ee-ticket-selector-ticket-price-th, 
.tckt-slctr-tbl-td-price {
    text-align: left;
}

Add that in Dashboard -> Appearance -> Customize -> Additional CSS.

Will that work for you?


2019cfse

October 19, 2018 at 8:41 am

Thank you!!

The support post ‘Editing Ticket 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.

Event Espresso