Custom CSS: Unable to change Form Calculation field

  • alexandre897
    Asked on December 23, 2020 at 8:20 AM

    Hi there

    Tried everything to enlarge field width equally however calculation fields do not enlarge even on css. Look below what happens


    1608729786 5fe344bac472b  Screenshot 10



    How could I solve that?


  • Jessica JotForm Support
    Replied on December 23, 2020 at 9:13 AM

    Hi alexandre897, thank you for reaching us.

    Please kindly add the following CSS code into your form:

    li#id_64 { width: 1000px; }

    You may change the width into your liking.

    Let us know if it doesn't work for you.


    Related guide: How to Inject Custom CSS Codes.