How can you increase the size of the text portion of the Calculate field?

  • mikeacce
    Asked on June 21, 2019 at 7:19 AM

    I am trying to increase the size of the text area for the Calculate Filed widget. Currently my label is too long and it splits on 2 lines. increasing the the size of the field only increases the box not the label. 


    please help. 

  • Kevin Support Team Lead
    Replied on June 21, 2019 at 8:24 AM

    I would recommend you to try injecting the following CSS code so the label displays on the full width, here is the code: 

    .form-label {

        width: 100% !important;

    }

    This guide will help you injecting it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If you still need some help, please kindly provide us the form you're working on as well as the field where you need to have this implemented. 

    Thanks.