Support

Home Forums Event Espresso Premium CSS To Lineup Price On Booking Form

CSS To Lineup Price On Booking Form

Posted: May 25, 2016 at 7:31 am

Viewing 3 reply threads


redilnecompany

May 25, 2016 at 7:31 am

Hi,

Can someone give me the CSS that lines up the word ´Price´ correctly with the figure?

You can see it on this page http://pizzamos.com/lets-make-pizza-event/

Thanks!!!


Josh

  • Support Staff

May 25, 2016 at 9:04 am

Hi there,

Depending on which way you want to go (i.e. move the text in the table header, or move the text in the table cells), you can use either:

#page .tckt-slctr-tbl-td-price {
 text-align: center;
}

or

#page .ee-ticket-selector-ticket-price-th {
 text-align: right;
}


Peterpizzamos

May 25, 2016 at 9:33 am

Thankyou!!!


Josh

  • Support Staff

May 25, 2016 at 11:51 am

You’re welcome.

Viewing 3 reply threads

The support post ‘CSS To Lineup Price On Booking 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