Why some of the fields in the Name field are sticking together?

  • craftlabph
    Asked on 17 ივნისი, 2017, 23:02

    Hello,

    Can you please help me investigate why does the middle and last name stick together? Thanks!

    Why some of the fields in the Name field are sticking together? Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on 17 ივნისი, 2017, 23:29

    Please add the following CSS code to the form so the right margin will be added to the 3rd and 5th fields of the Name field.

    [data-type="control_fullname"] .form-sub-label-container:nth-child(3), [data-type="control_fullname"] .form-sub-label-container:nth-child(5) {

    margin-right: 4%;

    }

    Why some of the fields in the Name field are sticking together? Image 1 Screenshot 20

    Hope this information helps! Please get back to us if you need any further assistance. We will be happy to help. 

  • craftlabph
    Replied on 17 ივნისი, 2017, 23:40

    Thanks Kiran! Problem solved! :)