Why the chosen tickets are shown in defferent places when I start to fill up the registration form informaition (you see it when you scoll on the page)? How can I set the system so that all the chosen tickets are shown in one place – infront of the registrationform fields? At the moment the details are still shown in the corner of my page. Can I change that as well?
Thank you for the reply! I managed to solve both issues with css:
I removed ticket information from registration page with css:
#spco-attendee_information-dv .spco-ticket-info-dv {
display: none;
}
I brought text in the middle of the page with css:
body.espresso_events-template, body.page-id-817{
width: 80%;
margin: auto;
}
Viewing 2 reply threads
The support post ‘Ticket details in registration 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.
Support forum for Event Espresso 3 and Event Espresso 4.