• Resolved Fabio G

    (@fabio-g)


    Hi,
    I use your plugin, but in mobile version it is not responsive and all fields go beyond the display.

    How can I fix them?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Fabio!

    This problem seems to be a CSS conflict with your website theme. Please add the following CSS to Appearance > Customize > Additional CSS option:

    @media screen and (max-width: 610px) {
        .fm-form-container {
            padding: 20px;
        }
        .fm-form-container .wdform-field {
            width: 100% !important;
            display: block !important;
        }
        .fm-form-container .wdform-element-section {
            width: auto !important;
        }
    }

    Afterward, clear the cache of your web browser and check the results.
    Cheers!

    • This reply was modified 5 years, 9 months ago by agharibyan.
    • This reply was modified 5 years, 9 months ago by agharibyan. Reason: Correction
    Thread Starter Fabio G

    (@fabio-g)

    Thanks for your help, it works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form not responsive’ is closed to new replies.