I’m recently installed EventsEspresso and am having trouble with the formatting of the Registration Details Page. There’s too much space after the description of the event, and no space between the following information and the “Registration Details” heading.
With the too much space after the description, it looks like there’s an extra space (or nbsp; in HTML) that’s wrapped in paragraph that doesn’t need to be there. If you go into the event editor and switch from “Visual” to “Text” you might see it below what was typed out in the event description. What you’ll want to remove is highlighted in this screenshot:
To add the extra space before the “Registration Details” heading, you can add something like this to your custom stylesheet:
h3.section-heading {
margin-top: 1em;
}
If your WP theme doesn’t have a custom stylesheet option a simple way to add custom CSS is by installing the my custom CSS plugin.
Viewing 1 reply thread
The support post ‘Registration Details Formatting Problem’ 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.