With the event details at the top of the form. Is there any easy way to edit the style/ do you have any recommendations on how to fix the slightly overlapping text?
I checked and there are a few attribute wildcard styles in the WP theme that are floating all spans to the left and setting a left margin.
~ line 742 of the theme’s stylesheet has these:
[class*=”span”]{float:left;min-height:1px;margin-left:30px}
What this is doing is applying float:left and margin-left:30px to all and any elements that have a class and contains “span”.
Classes that have “span” elsewhere on the site may also be affected by this for good or bad, but you can override this for your registration forms by adding the following to your theme’s custom stylesheet:
If the above change doesn’t work immediately you may need to clear the browser’s cache and possibly rebuild the minified CSS cache file that’s being used on the site since it appears that the theme or possibly a plugin is minifying and concatenating the stylesheets.
The support post ‘Event Registration Page: Styling/css error.’ 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.