My form buttons are not responsive

  • mokaneratest
    Asked on October 8, 2016 at 8:05 AM
    My Submit Button and the other buttons as well are Not Responsive and they don't resize on mobile and small screens. iframe code already added. Can you help?
    Jotform Thread 955042 Screenshot
  • Irshad
    Replied on October 8, 2016 at 2:28 PM

    Please try injecting the following CSS code in your form as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    @media only screen and (max-width: 480px){

       .form-section {

         padding: 10px;

    }

    }

    This should fix the problem:

    My form buttons are not responsive  Image 1 Screenshot 20

     

    You can also verify it on my clone form here: http://jotform.com/62815456535966

    If you have any query, or need further assistance, feel free to revert back.

    Thanks.