Also, the "phone number" under contact enlarges when it goes to mobile mode. Is it possible to have it all on one line with this format (xxx) xxx-xxxx

  • strikeaposephotobox
    Asked on November 11, 2016 at 6:02 PM
    Also, the "phone number" under contact enlarges when it goes to mobile
    mode. Is it possible to have it all on one line with this format (xxx)
    xxx-xxxx nothing more nothing less
  • David JotForm Support Manager
    Replied on November 11, 2016 at 6:26 PM

    Please try injecting the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

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

    .form-sub-label-container {

        width: 49%;

    }

    #input_33_area{

    width: 90%;

    }

    }

    Result:

    Also, the phone number under contact enlarges when it goes to mobile
mode. Is it possible to have it all on one line with this format (xxx)
xxx-xxxx Image-1

    Let us know if you need more help, we will be glad to assist you.