My tickets have a huge margin and padding, that make the event page too long and I have at least 10 disfferent kinds of tickets. How can I reduce that spacing?
I took out the “show details” part and that made it better, but thats a temporary fix as in the future I will want to show details of the tickets tot he customers.
So how can I reduce the margins and padding, I tried using css to some classes but didnt work. I am guessing I dont apply th eright classes and ids.
/* Set 'odd' rows background color to blue */
.tkt-slctr-tbl tbody tr:nth-child(odd) {
background: blue;
}
/* Set 'even' rows background color to red */
.tkt-slctr-tbl tbody tr:nth-child(even) {
background: red;
}
It depends on which ones you want to use but you’ll obviously want to use different colors as they are a little heavy on the eyes 🙂
Viewing 5 reply threads
The support post ‘tickets slections’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.