I’m trying to edit the registration form to show the input labels above the input fields. I seem to be having a terrible time figuring this out, and was hoping you would be able to point me in the right direction on editing the CSS, or a specific custom file.
So far:
I’ve tried adding display: inline-block to the input and label, with no effect.
I’ve scoured the registration_page and registration_page_display for some hint of how I can add breaks and/or custom divs to the questions so I can use float styles on some questions (think 2 drop downs beside each other vs. on separate lines).
That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.
I had to add a text-align:left; to get it to look right, but was exactly what I was looking for!
Viewing 2 reply threads
The support post ‘Customizing the 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.