Support

Home Forums Event Espresso Premium Input Fields Don't Display on iPhone/iPad

Input Fields Don't Display on iPhone/iPad

Posted: March 5, 2013 at 12:12 pm

Viewing 2 reply threads


Jake Berman

    March 5, 2013 at 12:12 pm

    Hi folks,

    I’m viewing the following page on my iPhone and iPad and cannot see the registration fields: http://tinyurl.com/akzxw56

    They are there but aren’t visible until you tap around the screen to find them. Viewing them on a regular computer I can see that there is a border around the input fields, but not when you look at it on a mobile device.

    Is there something that I can adjust in the CSS to make sure those borders show up on mobile?


    Jonathan Wilson

    • Support Staff

    March 5, 2013 at 2:00 pm

    Hi Jake,

    You could try adding some CSS like this to your theme’s style.css file.

    /* Add border to Event Espresso text boxes */
    .event_form_field input.ee-reg-page-text-input,
    .event_form_field textarea.ee-reg-page-text-input {
        width:60%;
        border: #999 solid 1px;
    }
    

    Of course, you can adjust the color as you see fit.


    Jake Berman

      March 5, 2013 at 4:49 pm

      Perfect. Thanks!

      Viewing 2 reply threads

      The support post ‘Input Fields Don't Display on iPhone/iPad’ 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