• Resolved webcart

    (@webcart)


    Hi,
    Installed WPForm on a new site.
    Unlike the other site, the form is overflow on mobile.
    Could not find the reason.
    Appreciate your help.

    Link

Viewing 1 replies (of 1 total)
  • Thread Starter webcart

    (@webcart)

    Found the solution.
    It was because my form was RTL and the Honeypot setting was left: -99999.
    So I added this CSS:

    div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide{
    left: 0;
    right: -99999px;
    }

    Enjoy ??

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile form overflow’ is closed to new replies.