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


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, 1 month ago by  Josh. Reason: added title


Josh

  • Support Staff

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.

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