My forms are not acting Responsively

  • colinpmiles
    Asked on September 4, 2017 at 3:38 AM

    I've installed a so-called responsive theme to my form but it is not being responsive on my phone. The input fields appear tiny.

    I have tried several themes which preview fine but once published do not show up properly. The form is using embeded code.

     

     

  • Kiran Support Team Lead
    Replied on September 4, 2017 at 7:51 AM

    I have checked your web page and see that it is having only the form embedded. Could you try adding the following script to the web page in the head section so that it should be displaying properly on the mobile devices?

    <meta name="viewport" content="width=device-width, initial-scale=1">

    My forms are not acting Responsively Image 1 Screenshot 20

    Let us know how it goes. 

  • colinpmiles
    Replied on September 4, 2017 at 6:08 PM

    Yep. That helped thanks. I deleted it when trying to fix another issue. It was staring me in the face!