Changing the entire column width

  • hospitalitymanagement
    Asked on February 25, 2016 at 11:08 AM

    I apologize for asking so many questions, but this should hopefully be the last one. 

     

    I am trying to fix the entire right column so that the text fills the entire right side of the container. Right now it's stopping about 1/2 of the way from the right. I can't seem to find the entire right column Div to adjust the width.

    Jotform Thread 781163 Screenshot
  • Kevin Support Team Lead
    Replied on February 25, 2016 at 1:14 PM

    Try injecting this CSS code:

    .form-input {

        margin-left: 10%;

    }

    Try changing the highlighted value and see how it works.

    Hope this helps.

  • hospitalitymanagement
    Replied on February 25, 2016 at 9:07 PM

    Unfortunately I couldn't get that to work.

     

  • Chriistian Jotform Support
    Replied on February 26, 2016 at 3:55 AM

    You can try injecting this css code instead:

    .form-input {

    margin-left : 15%;

    }

    .form-label-left {

    width: 350px!important;

    }

    Here's how: How to Inject Custom CSS Codes

    Changing the entire column width Image 1 Screenshot 20

    URL of cloned form: https://form.jotform.com/60561575899977

    Do let us know if you need further assistance.