Change width of field and align with other boxes

  • JoHopkins
    Asked on March 28, 2020 at 4:18 PM

    Hi

    I have been trying to make the field for my postcode smaller in size.  When I do this it then moves the start of the field to the left and I want it start in the same position.  Please can you advise on how to do this.

    This is not a normal postcode field as I only want the postcode and not the rest of the address.

    Thanks

    Jo

    Jotform Thread 2230683 Screenshot
  • Albert_G
    Replied on March 28, 2020 at 8:58 PM

    Hi Jo,

    Thank you for reaching out to us with regard to adjusting the size of your postcode field.

    This can be done by adding this custom CSS below:

    #input_101 {

        width: 100px !important;

    }

    You can adjust the size of the width by adjusting the number of pixels (px).

    In order to find the specific field name of an element, just go to Properties > Advanced > Field Details.

    How to Inject Custom CSS Codes

    Please let me know if you require further assistance.

    Thank you.