Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Event Registration Page: Styling/css error. | Event Espresso - Staging Server
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.