• Resolved arianelariviere

    (@arianelariviere)


    Hey there!

    I just realized that the form on that page doesn’t work properly on mobile. I think it sends the info to Mailchimp, but people can’t see if the info they put in was entered properly…

    As in, once they start writing in their name and address, it goes away. You can enter it, but you don’t see it.

    Is there a fix for that?

    Thank you!

    Ariane

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @arianelariviere,

    I see the problem. I can reproduce it on my phone, but for some reason, I am unable to do so using the dev tools on the desktop. That makes it a little difficult to track down exactly what is happening.

    There is clearly some sort of styling issue, and I see styles coming from a variety of sources targeting those fields. I also see a good deal of padding applied to the input fields. I’d probably try removing any padding, making sure the line-height is set to 1 or greater, manually setting colors on specific breakpoints and other similar tactics.

    You can use the customizer in WordPress to add additional CSS quickly while refreshing the page on your phone to test it.

    Let me know if that helps,
    Jon

    Thread Starter arianelariviere

    (@arianelariviere)

    Thank you Jon!

    I modified something and now it works. But the field names are too small…

    It’s the same on desktop and mobile.

    Is there a CSS I can use on that Mailchimp form to get the font bigger?

    Thank you!

    Ariane

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @arianelariviere

    Your theme has this CSS code causing the field labels to be 14px;

    .btn, .form-control, .woocommerce #reviews #comments label, body {
        font-size: 14px;
    }

    Try using this code to change it.

    .yikes-easy-mc-form label span {
        font-size: 18px;
    }

    18px is only a suggestion, you can change it to whatever you want.

    Thank you.
    -Tracy

    Thread Starter arianelariviere

    (@arianelariviere)

    Thank you Tracy!

    It worked perfectly!

    Ariane

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Awesome!

    -Tracy

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile form fields unreadable’ is closed to new replies.