How Can I get label to the left of textbox

  • hell0wisp
    Asked on July 24, 2019 at 8:03 PM

    Form: GM Single Page

    I've already tried in the editor, but it still shows up above...

    plz help!

  • hell0wisp
    Replied on July 24, 2019 at 8:06 PM

    Apologies- this is for the "$" at the top of the form.


    Essentially, I'd like to have the $ as close to or in the text box as possible so that it's right next to the value w/i the text box (that changes based on the selection

  • AshtonP
    Replied on July 24, 2019 at 9:21 PM

    Please add the following CSS code to your form : 

    .form-section {

        padding-top: 10px !important;

    }

    li#id_8 {

        display: inline-flex !important;

    }

    The new-look should be like this on your website - 

    90076 Screenshot 24 Screenshot 10

    I hope this helps. Feel free to get in touch should you have further concerns. 

    Useful Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes