Support

Home Forums Event Espresso Premium Dropdown Menu on Registration Form

Dropdown Menu on Registration Form

Posted: June 5, 2014 at 4:56 am


Gail England

June 5, 2014 at 4:56 am

Hi,

When setting up the registration form on event bookings, I have noticed that the dropdown menu for one of the questions is squashed and located on the right hand side of the page.

In its current format, it is not a good user experience. You can see a screenshot of the form here:

http://www.groupmuniversity.com/wp-content/uploads/2014/06/wordpress.jpg

I would appreciate your advice on this matter.

Regards


Dean

June 5, 2014 at 5:26 am

Hi,

It is most likely your themes CSS over riding the default CSS (which for the most part relies on the Theme CSS).

Without being able to access a form directly (your events are members only) it will be quite difficult to troubleshoot.

If you can provide access, even to a test event, it should be fairly simple to resolve.


Gail England

June 16, 2014 at 5:01 am

Hi,

I have created you an account to continue your investigation:

REDACTED – please don’t add login details to a public forum.

URL: http://www.groupmuniversity.com/wp-admin/

Please let me know what you find.

Regards

  • This reply was modified 9 years, 11 months ago by  Dean. Reason: removed private data


Dean

June 16, 2014 at 6:06 am

Adding the following CSS to the bottom of your themes style.css should fix it. If it doesn’t you may need to edit your themes form.css file on line 2 to remove the !important tags it is adding in.

.event_form_field div.select-area { display: none; }

.event_form_field select { 
display: inline-block !important; 
position: inherit !important;
}

The support post ‘Dropdown Menu on Registration Form’ 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