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
Customizing display of questions on the registration page | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Customizing display of questions on the registration page

Customizing display of questions on the registration page

Posted: January 4, 2014 at 2:26 pm

Viewing 1 reply thread


Srinivas

January 4, 2014 at 2:26 pm

Hi

Trying to figure out how to customize the questions that are being displayed on the registration page. At present one question per row is what I see, but like to change this more than one question per row. Is this possible and if yes, how do I go about it?

-Srinivas


Dean

  • Support Staff

January 6, 2014 at 1:32 am

Hi,

Barring editing the template files, one way to achieve it would be via CSS.

Each question is in a div, so you could modify the width like so

.event_form_field {
width: 50%;
display: inline-block;
}

That will make the base questions appear like this http://d.pr/i/7EXw

Of course every site is different so you may need to modify the CSS to achieve your desired look.

Viewing 1 reply thread

The support post ‘Customizing display of questions on the registration page’ 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