Support

Home Forums Event Espresso Premium Email field display problem

Email field display problem

Posted: May 6, 2013 at 3:44 pm


Craig McHugh

May 6, 2013 at 3:44 pm

My email field is not displaying correctly. The field is there but there is no box around it and it is right justified and one line below. I have tried it with the themeroller on and off with not change. I have also tried several themes with not change.

Here is a link: http://www.ajoyfulnoisefarm.com/event-registration-2/?regevent_action=register&event_id=1

BTW the topic you suggest to looking at describes the problem exactly but there is no resolution to the problem.

 


Dean

May 7, 2013 at 4:37 am

Hi,

It looks like there is a CSS conflict. The theme has a CSS class called email which the form field also has, so the Theme is over rulling the form.

You can add this to the bottom of your themes style.css or to a plugin like My Custom CSS to over ride the over ride!

It isnt a perfect match but is close to the other fields

.event_form_field input.email {
margin:0;
padding: 1px;
background-color: white;
border: #aaa thin solid !important;
}

.event_form_field input.email:focus {

background-color: #FFC;
border-color: #FC6;
border: 2px inset;
}


Craig McHugh

May 7, 2013 at 5:34 pm

That did the trick!

Thanks Dean


Dean

May 8, 2013 at 12:18 am

No problem!

The support post ‘Email field display problem’ 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