Shrink feature is not working for images

  • PrestigeEventsM
    Asked on November 21, 2016 at 8:13 AM

    I'm trying to get two images (bulldog london dry gin & 2020) to be in a row, but the shrink feature is not working at all. It works with new forms but not my existing one.

     

    Any help would be much appreciated

  • candy
    Replied on November 21, 2016 at 8:36 AM

    Hello,

    You can inject the following CSS codes into your form in order to appear the two images (bulldog London dry gin & 2020) in a row.

    .form-line.form-line-column.form-col-2 {

        max-width : 50% !important;

        width : 100px !important;

    }

    .form-line.form-line-column.form-col-3 {

        max-width : 50% !important;

        width : 100px !important;

    }

    #cid_20 img.form-image {

        margin-left : 200px !important;

     

    }

    Please find the screenshot below to check how your form looks:

    Shrink feature is not working for images Image 1 Screenshot 20

    Also, please find the form link that I have cloned and injected CSS codes in it: https://form.jotform.com/63253026123949 

    Moreover, I could not shrink the images also. So that, I have forwarded this issue to our software development team in order to fix the problem.

    If you need further assistance, let us know.

    Thank you very much.