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
No access to old forum tutorial | Event Espresso - Staging Server

Support

Home Forums Custom Files No access to old forum tutorial

No access to old forum tutorial

Posted: September 4, 2012 at 6:23 am

Viewing 1 reply thread


Sjoerd Slabbers

September 4, 2012 at 6:23 am

Hi, I would like to read the full post os:
http://staging.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;
}
Viewing 1 reply thread

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 - Staging Server