Standard Theme: Images are not responsive

  • CourtneyRLewis
    Asked on March 2, 2017 at 3:32 PM

    I changed the source code so that the banner at the top of my form would fit, and it works on the computer not but not a mobile device.  how can i make the banner fit correctly?  Or can you fix it for me?

  • Mike
    Replied on March 2, 2017 at 6:33 PM

    I have fixed it on your form by adding the next CSS:

    @media only screen and (max-width: 40em){
    img.form-image {
    width: 100%;
    height: auto;
    }
    }

    Standard Theme: Images are not responsive Image 1 Screenshot 20      

    If you need any further assistance, please let us know.