Support

Home Forums Event Espresso Premium Ticket Options Spacing

Ticket Options Spacing

Posted: March 11, 2014 at 6:50 pm


ATD Cascadia Chapter

March 11, 2014 at 6:50 pm

The spacing between the rows of the ticket options is very crunched. Especially when one of the ticket options says “Goes on Sale Date.” I tried to add spacing with

td.tckt-slctr-tbl-td-name {
border-bottom: 1em solid transparent;
}

but that didn’t do it. Can you please help me with this? Thanks!


Lorenzo Orlando Caum

  • Support Staff

March 11, 2014 at 9:34 pm

Hello, are you trying to add spacing as shown in the screenshot below:

http://cl.ly/image/2X3x092Y0Y2q

If so, this CSS will work:

.ticket-details-label-spn {
	display: inline-block;
	width: 110px;
	padding-bottom: 10px
}


Lorenzo


ATD Cascadia Chapter

March 14, 2014 at 12:40 pm

Not quite. Check out the ticket options on this page < http://astdcascadiatest.org/events/2014-conference-join-the-revolution-change-the-face-of-learning/

You can see that the quantity drop downs are all smashed together. I would like to space (add padding) the rows.


Lorenzo Orlando Caum

  • Support Staff

March 14, 2014 at 12:58 pm

Alright, how about this:

http://cl.ly/image/1C19100Y1v0h

.tckt-slctr-tbl-td-qty {padding: 10px}
.tckt-slctr-tbl-td-price {padding-right: 25px}


Lorenzo


ATD Cascadia Chapter

March 14, 2014 at 1:05 pm

IT looks like that did it. Thanks!

The support post ‘Ticket Options Spacing’ 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