• Resolved NolymitContact

    (@nolymitcontact)


    I created the Subscription box with MailPoet 3 form and placed it on the above page. All are working, but one bug appears: When I used this Subscription box on android phone and IOS phone, the first letter typed is hidden on the left side, and only second typed letter is displayed in the box. I have not changed any code of this plugin. I could not find any solutions through lots of web searches. Any suggestion will be appreciated!

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Wysija

    (@wysija)

    Hi there @nolymitcontact,

    I’ve taken a look at your site, the main issue is the large border radius and lack of height.

    Here’s an example of what you could do to make it work;

    #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    
        width: 500px;
        border-radius: 10px;
        height: 35px;
    
    }

    You may want to modify that depending on your exact use case and perhap wrap it in a media query.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘The current problem of MailPoet 3: Subscription box has input problem on mobile’ is closed to new replies.