Support

Home Forums Event Espresso Premium Edit registration page – problem with form display

Edit registration page – problem with form display

Posted: May 7, 2013 at 4:44 am


Paul Muszanskyj

May 7, 2013 at 4:44 am

Hi – I am seeing a problem with the form display on the Edit Registration page.  The ’email’ label is offset to the right, and field is justified to the left, so it looks very strange.  Please see http://www.empathydesign.co.uk/development/event-registration/?ee=8 although obviously you’ll need to input some details to access the edit page.

Thanks

  • This topic was modified 10 years, 11 months ago by  Jonathan Wilson. Reason: Removed sensitive site information


Jonathan Wilson

May 7, 2013 at 2:36 pm

Paul,

It appears that this issue is resolved. Can you explain to us what was causing the problem?


Josh

  • Support Staff

May 7, 2013 at 3:43 pm

I checked and it looks to me that the email input field is getting floated to the left.

Paul, this line from your theme’s style.css (line 1930) is causing the issue:

#author, #email, #url {
float: left;
}

Since it might need that elsewhere, you may end up adding something like:

.event_form_field #email {
float: none;
}

Remember that in order for this to work, it needs to appear **after** the style rule you’re trying to override. It might be best to place it at the end of the stylesheet.


Paul Muszanskyj

May 8, 2013 at 3:14 am

Got it – many thanks.  Have noted the point about prioritisation of rules.

The support post ‘Edit registration page – problem with form display’ 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