Issue with Image Picker Widget on mobile view.

  • missgeorgia
    Asked on February 6, 2017 at 7:51 PM

    For some reason the Image Picker doesn't work correctly on a phone or screen - it's not fully mobile responsive, anything that can be done to the CSS to fix this? See attached.

    Jotform Thread 1058430 Screenshot
  • Chriistian Jotform Support
    Replied on February 6, 2017 at 10:46 PM

    You can add the css below into the Custom CSS area of the widget to resolve the issue.

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

      .imageContainer:nth-of-type(4) {

          clear: left;

      }

    }

    Issue with Image Picker Widget on mobile view Screenshot 30

    Here's the result:

    Issue with Image Picker Widget on mobile view Screenshot 41

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