How to change back the image to its original width instead of the full width style?

  • headspaceballarat
    Asked on December 3, 2014 at 6:25 PM

    Hi. I am trying to place a logo at the top of my form but when viewed in preview mode the logo is resizing to full width of the page. 

    Logo actual dimensions are:-

    W:207

    H:53

    Form width is default: 690

    Here is actual/desired size of logo:

    How to change back the image to its original width instead of the full width style? Image 1 Screenshot 20

     

    Jotform Thread 469049 Screenshot
  • Welvin Support Team Lead
    Replied on December 3, 2014 at 9:00 PM

    Hi,

    It's because of the responsive design codes to your form that are automatically added by the form designer. I've fixed it for you by adding the following custom CSS codes to the CSS area of the form:

    #cid_25 img.form-image {

        width : 207px !important;

        height : 53px !important;

    }

    How to change back the image to its original width instead of the full width style? Image 1 Screenshot 20

    Thank you!