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

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