On mobile, can we extend the phone number field to be in-line with the others?

  • UltimateAcademy
    Asked on April 4, 2019 at 2:57 PM

    One more thing...on mobile, can we extend the phone number field to be in-line with the others? It cuts off the phone number and makes it looks inconsistent. 


    By the way, thank you for all the help and fast replies!

    1554400293IMG 1101 (002) Screenshot 10

  • Victoria_K
    Replied on April 4, 2019 at 3:03 PM

    Please add the following CSS to your form:

    How-to-Inject-Custom-CSS-Codes

    @media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {

      li[data-type*='control_phone'] > div > span {

        width: 100% !important;

      }


    }

    Let us know if you need more help.

    On mobile, can we extend the phone number field to be in line with the others?  Image 1 Screenshot 20