Background color & text area off on mobile.

  • rubyskymedia
    Asked on September 25, 2016 at 9:35 PM

    Hi there,

    For some reason on iPhone and Android the background color of my form is slightly off-white (it has a tinge of yellow). Also, the text area width is slightly more narrow than the width of the text boxes.

    On computer screens everything is fine.

    How can we fix this?

    Thank you. 

     

  • Chriistian Jotform Support
    Replied on September 26, 2016 at 1:21 AM

    I checked your form on an iPhone emulator and on my own android device. It looks like the background color appears similar on pc and on mobile. The background color is set to white (#ffffff).

    Background color & text area off on mobile Screenshot 30

    However, the text area does seem narrow on mobile. To resolve this issue, please inject the custom CSS code below:

    #input_17 {

        width: 100% !important;

    }

    Here's how it should look after:

    Background color & text area off on mobile Screenshot 41

    Please let us know if you need further assistance.
    Regards.

  • rubyskymedia
    Replied on September 27, 2016 at 8:08 PM

    For the message box that worked! Thank you!