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
long questions in registration form need fixing | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium long questions in registration form need fixing

long questions in registration form need fixing

Posted: March 11, 2013 at 11:36 am

Viewing 1 reply thread


Tone Soldal

March 11, 2013 at 11:36 am

I have added some questions to the registration form, – none of them long. However, the text is getting wrapped after only 4 words and it looks kind of…not nice.

I don’t want the text to wrap that quickly (would prefer it stay on one line if possible). I am assuming it requires some CSS coding, but I am not sure where to start looking… Can anyone please help?

  • This topic was modified 11 years, 10 months ago by Josh. Reason: added title


Josh

March 11, 2013 at 12:30 pm

Hi Tone,

This is something you could try by adding to the end of your stylesheet.

#event_espresso_registration_form .event_espresso_form_wrapper label{
     display: block;
     width: auto;
     padding: 0 10px 10px 0;
     line-height: 1.5em;
}

That’s just a base CSS change, and I don’t know what that will look like on your site, but it’s worked on other sites when I’ve used it.

Viewing 1 reply thread

The support post ‘long questions in registration form need fixing’ 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.

Event Espresso - Staging Server