We would like to style the registration form input fields. The form text fields extend across the page and we would like shorter fields. Is there a way to do this easily?
Generally for registration form is styled by your WordPress theme. If you WordPress theme has options for changing html form styles, then that would be one option. If you can post a link to the event page, we can give you a CSS snippet that will make the fields shorter. The snippet can be added to your site’s Appearance > Customize > Additional CSS panel.
You can add the following to your site’s Appearance → Customize → Additional CSS panel:
.spco-step-dv form {
max-width: 600px;
margin: 0 auto;
}
Viewing 3 reply threads
The support post ‘Registration Form Styling (2)’ 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.