Left Align Input Table

  • Larry_McFarlin
    Asked on November 11, 2021 at 12:33 PM

    Can you help me left align the input table on my form? Its not quite aligning up with the input fields below.

    Jotform Thread 3503848 Screenshot
  • Michal_S Jotform Support
    Replied on November 11, 2021 at 1:15 PM

    Hello!

    This is likely caused by the lack of row labels - it should be easily fixable using CSS.

    Could you please provide the URL to the form in question and on which page it's located? You have quite a few forms and they're very long.

    Awaiting your response,

    Thank you!

  • Larry_McFarlin
    Replied on November 11, 2021 at 1:44 PM
    Here is the form URL
    https://form.jotform.com/213136238375152
    The issue I'm having is on page 3
    ...
  • Amos_W
    Replied on November 11, 2021 at 3:08 PM

    Hi there,

    Please inject the following CSS to your form

    #id_441 {
        position: relative;
        right: 25px;
    }


    Please have a look at the following article to learn how to inject custom CSS

    https://www.jotform.com/help/117-how-to-inject-custom-css-codes/


    Please let us know if you need any further assistance,

    Thank you