Options in products are shown differently

  • zapin
    Asked on February 26, 2017 at 12:56 PM

    I got a problem making my lines being simular. The second last line in my order form, doesn`t show the same as the one above and the one below. The line where the customer is to choose drinks, is moved to a new line on two of my products, but on the second last product it seems to stand on the same line, is it possible to make it look as the other products ?

    Hope the above question makes sence :)

     

  • Mike_G JotForm Support
    Replied on February 26, 2017 at 2:44 PM

    Please try to add the CSS codes below to your form to fix the issue.

    div#cid_1 div div > span:nth-child(10) .form-sub-label-container:last-child {

        display: block !important;

        padding-left: 62px;

    }

    To add CSS codes to your form, please see the instructions in this guide: How-to-Inject-Custom-CSS-Codes

    If, in any case, you have other questions or concerns regarding this, please feel free to contact us again anytime.

    Thank you.