how do i make the BMI widget bigger vertically?

  • sonoranserenityspa
    Asked on October 31, 2018 at 12:17 AM

    how do i make the BMI widget bigger vertically? i got some code for just the BMI that i added and it worked, but now i'm trying to incorporate it into a bigger form and when the BMI calculates, it gets cut off because the height is too small. form is https://www.jotform.com/build/82957513984169

  • Mike_G JotForm Support
    Replied on October 31, 2018 at 4:32 AM

    You can remove the current CSS codes you have injected into your form and the CSS codes you have injected into the Custom CSS tab of the widget. Once you have done that, you can inject the CSS codes below to your form (only).

    iframe#customFieldFrame_100 {

        height: 100px !important;

    }

    1540974584t04 25 36 Screenshot 10

    You may adjust the value of the height property to your preference.