Cannot save changes to horizontally aligned 2 fields

  • deecox
    Asked on April 24, 2016 at 3:07 PM

    formID=61122589606356

    I am trying to get the fourth input field "Post Code" and the "Find post code here" link on the same line, but although these are displayed on the same line in my working copy, no matter how many times I click the save button the changes are not updated in the previews.

    I have made changes to other fields in the same form and these changes have been updated successfully.

     

     

  • jonathan
    Replied on April 24, 2016 at 4:12 PM

    When I checked on your form http://www.jotformeu.com/form/61122589606356 I see both fields on the same line..

    Cannot save changes to horizontally aligned 2 fields Image 1 Screenshot 30

    But I think what you meant was that, they were not horizontally aligned properly.

    Add this CSS codes on your form.

    #text_31 {

        margin-top: 15px;

        padding-bottom: 0px !important;

    }

    Cannot save changes to horizontally aligned 2 fields Image 2 Screenshot 41 

     

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

    This should fix the horizontal alignment. Let us know if you need further assistance.