Image stretches funny on mobile

  • art_crate
    Asked on September 9, 2016 at 5:54 PM

    Hello, 

    I am using an image for my progress bar. Everything looks great on desktop, but on mobile the image gets stretched out. How can I fix this?

    See attached image

     

    Thanks!

    Jotform Thread 928658 Screenshot
  • liyam
    Replied on September 9, 2016 at 9:02 PM

    Hello,

    Please inject this CSS code into your form: 

    #id_135, #id_134, #id_146 {
        width: 66px !important;
        margin: 0 auto;
    }

    If you need to know how to inject CSS codes into your form, please refer to this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Feel free to let us know if you need assistance.

    Thanks.