Form not viewed correctly in the mobile

  • naggar
    Asked on November 29, 2016 at 1:39 AM

    Your message box, should come underneath the "your message" text as well not next to it. 

     

    Form not viewed correctly in the mobile Image 1 Screenshot 20

     

    Kind Regards, 

  • Chriistian Jotform Support
    Replied on November 29, 2016 at 2:09 AM

    Hi, 

    Can you please add this custom CSS in your form and see if this works? This should make the message box become underneath the "your message" label.

     

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

    }

    #label_18 {

        width : 50%;

    }

    #input_18 {

        width: 100%;

    }

    Do let us know if this works.
    Regards