Support

Home Forums Event Espresso Premium Text alignment when viewing event info

Text alignment when viewing event info

Posted: February 5, 2015 at 9:43 pm


Matt Sweeney

February 5, 2015 at 9:43 pm

Hi! I’d like to change the alignment of the text when viewing event data. For example, the “Available Tickets”, “Price, and “Qty” boxes. Seems they are centered, and I’d like for them to align left and look a lot cleaner. How can I do this? Thank you!

This is a sample event I’m creating on my development site: http://www.gcfwharton2.org.php54-3.dfw1-2.websitetestlink.com/events/discovery-days


Tony

  • Support Staff

February 6, 2015 at 1:48 am

Hi Matt,

You can do this with some custom CSS.

To align all the headings to the left you can use something like this:

.tkt-slctr-tbl-wrap-dv th {
text-align: left;
}

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


Matt Sweeney

February 6, 2015 at 8:48 am

Thank you Tony!! Great.

But I have one more question now: can I specifically target one of the ticket selector headings, and change it’s alignment (independent of the others)? What I’d like to do is make the “Qty” text centered — but leave the others left-aligned (as they are all doing now). This is because the “Qty” box is so far left aligned, it looks weird. Centering it above the ticket quantity drop-down box would make it look much cleaner.


Lorenzo Orlando Caum

  • Support Staff

February 6, 2015 at 11:27 am

Hi Matt,

Try this line of CSS:

.ticket-selector-tbl-qty-slct {float:left }

Thanks!


Lorenzo

The support post ‘Text alignment when viewing event info’ 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