Form Edits - Layout Fixes

  • RogerYelvington01
    Asked on July 6, 2015 at 2:34 PM

    Hi Guys!

     

    I need to accomplish two things within my form:

    1.  Customize a Label Heading within a Table

    2.  Layout two tables side by side on a 3 column page that are currently overlapping

    Details and visual references attached.
    Thank you for the help!

     

    Roger

    Jotform Thread 604056 Screenshot
  • David JotForm Support
    Replied on July 6, 2015 at 2:51 PM

    Hi,

    You can change the label color of that specific matrix by first, adding a label to the field.  Then you can add this code to change the color of the label:

    #label_67 {
        color : #14A989;
    }

    However, you can not change only a portion of the label color, you would need to change all of it or none. 

    And for the matrices that you need to have side by side instead of overlapping, add this code to move the right hand matrix further to the right:

    #id_45 {
       margin-left: 75px;
    }

    If you have any further questions, let us know and we will be happy to help.