How to adjust the width of the Fees Due field?

  • KCHDA
    Asked on January 7, 2017 at 9:09 PM

    Hi,

     

    How do I make the width of the where the numbers are totalling from the form you can't see all the decimal places.  I tried doing custom CCS injected but doesn't seem to be working { input_58 { width : 150 !important }

    Can you help widen that piece of the field?

    Thanks 

    Lori

  • Support_Management Jotform Support
    Replied on January 8, 2017 at 3:01 AM

    Hey Lori, it's not working because the syntax was incorrect (there's an extra curly brace in the beginning and a missing semicolon at the end). I noticed you have a couple of CSS codes inserted that don't correspond to actual form elements on your current form.

    If by any chance you just copied these codes from somewhere in our Forum, I recommend you delete all the CSS codes you pasted and replace them with just these:

    #input_58_donation {

       width: 100px;

    }

    (NOTE: Just adjust the width in px as you see fit)

    This is where/how you can inject the CSS Codes:

    How to adjust the width of the Fees Due field? Image 1 Screenshot 30

    Complete guide: How-to-Inject-Custom-CSS-Codes 

    RESULT:

    How to adjust the width of the Fees Due field? Image 2 Screenshot 41