how to increase image size on Payment label?

  • sipmsn
    Asked on September 30, 2014 at 7:54 AM

    i wanna add menu item for the customers , on payment 

     

    but the image size is too small , 

    any thoughts how to increase it?

     

    thanks

    xx Sipmsn

    Jotform Thread 436436 Screenshot
  • Ashwin JotForm Support
    Replied on September 30, 2014 at 10:14 AM

    Hello sipmsn,

    Please inject the following custom css code in your form to increase the height and width of the product image:

    img.form-product-image {

    height: 100px !important;

    width: 100px !important;

    }

    The following guide should help you in injecting custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!