• Resolved danrikki729

    (@danrikki729)


    The form I made in the “Form Maker” plugin displays too narrow on a cell phone. The input boxes and text are only 3/4 of the width of the phone display. Can this be corrected to fit full-screen width somehow?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi @danrikki729,

    Thanks for your inquiry.

    Please add the below code in Appearance > Customize > Additional CSS section and the issue will be solved:

    @media only screen and (max-width: 640px) {
    .fm-form-container.fm-theme1 {
    width: 100% !important;
    }
    }
    Thread Starter danrikki729

    (@danrikki729)

    Hello:

    I did as you suggested above, but it is still not displaying properly. I see an update for the “Form Maker” plugin this morning, which I implemented along with your suggestion. But I implemented your suggestion before the update, and it was not displaying properly and after the plug-in update and it is still not displaying properly.

    Dan

    Thread Starter danrikki729

    (@danrikki729)

    Hello

    When you check it right now, all plugins are up to date as well as the theme. And your CSS code is implemented.

    Dan

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi Dan,

    Please have a look at how it displays on my phone https://gyazo.com/0df41f25057f7ee8021d53b2f427c8f8. Is this still narrow?

    If on your end it looks worse, then please try to clear cache and check again, if the issue remains then please write on which device and browser you are checking.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Width on mobile too narrow’ is closed to new replies.