Support

Home Forums Custom Files Add-on (EE3) No access to old forum tutorial

No access to old forum tutorial

Posted: September 4, 2012 at 6:23 am


Sjoerd Slabbers

September 4, 2012 at 6:23 am

Hi, I would like to read the full post os:
https://eventespresso.com/forums/2010/10/questions-in-two-columns/

But I can’t, I cannot login on the old site. No problems with the new site, but I want to read that document as I cannot find it on the new version. (I have a paid membership off course)


Garth

  • Support Staff

September 4, 2012 at 11:48 am

Here it is…

This is a simple example of using CSS to style your registration form so it will display the registration form questions in two columns. Some customization may be necessary for use with your theme.
Add the following CSS code to your theme style.css.

#event_espresso_registration_form{
    width:600px;
}

form {
    display: block;
    float: left;
}

.event_questions {
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    width:275px;
}

.textInput {
    margin-top: -50px;
}

.btn_event_form_submit{
    display: block;
    float: left;
    margin-left: 20px;
    margin-top:  1px;
}

#additional_header{
    clear:both;
}

.error{
    clear:left;
}

The support post ‘No access to old forum tutorial’ 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