Mobile Display

  • art_crate
    Asked on April 27, 2018 at 11:48 PM

    I am having two display issues on mobile. In order to replicate the form has to be viewed on a mobile device, I am currently viewing on an Iphone 6 in Safari.


    1. Question 7 is cut off on the bottom above the buttons.

    1524887294IMG 4204 Screenshot 10

    2. Question 10 & 11 are blank. None of the options are displaying.

    1524887313IMG 4205 Screenshot 21

    Thanks!

  • Nik_C
    Replied on April 28, 2018 at 4:38 AM

    The links (for images) in that widget are not working: 

    1524903882Screen Shot 2018 04 28 at 10 Screenshot 10

    The page can't be found:

    1524903897Screen Shot 2018 04 28 at 10 Screenshot 21

    So please check them.

    Let us know if you have any further questions.

    Thank you!

  • Nik_C
    Replied on April 28, 2018 at 4:54 AM

    Also, I fixed the cut off image in your form, by adding the below CSS code:

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

     iframe#customFieldFrame_98 {

        height: 1600px!important;

    }

    }

    To your Custom CSS Field.

    And it is showing like this now:

    1524905623IMG 69D2C1551338 1 Screenshot 10

    Let us know if you need any further assistance.

    Thank you!

  • art_crate
    Replied on April 28, 2018 at 5:25 AM

    Thanks Nik! All of the changes worked.