Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Ticket Options Spacing | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Ticket Options Spacing

Ticket Options Spacing

Posted: March 11, 2014 at 6:50 pm

Viewing 4 reply threads


ASTD 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


ASTD 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


ASTD Cascadia Chapter

March 14, 2014 at 1:05 pm

IT looks like that did it. Thanks!

Viewing 4 reply threads

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 - Staging Server