Wie kann ich Eingabefelder auf gleiche Breite einstellen?

  • RolandWimmer
    Asked on August 4, 2016 at 3:14 AM
    Jotform Thread 898110 Screenshot
  • Kevin Support Team Lead
    Replied on August 4, 2016 at 9:02 AM

    You should first get the ID of the <li> element, then you need to copy, here is an image for reference: 

    Wie kann ich Eingabefelder auf gleiche Breite einstellen? Image 1 Screenshot 20

    Then once you've copied the ID, replace it on the next CSS code: 

    li#copiedID{

        margin-left: 10px;

    }

    This will help you to move the element, you can add more CSS rules so you can customize the field. 

    This guide will help you to inject the code toy our form: How-to-Inject-Custom-CSS-Codes

    You should do the same for all the elements that you want to customize on your form.