I would like all text that is inputted into each form to be indented

  • dylanwest2010
    Asked on June 24, 2017 at 3:14 AM
    2. I would like all text that is inputted into each form to be indented (as seen in the 'Describe your work' label). Currently, besides the Describe your work label, all user entered text is not indented like the sublabel.
  • BJoanna
    Replied on June 24, 2017 at 3:53 AM

    To achieve this you will have to remove this part of CSS code padding-left : 15px; from following lines.

    I would like all text that is inputted into each form to be indented Image 1 Screenshot 20

    And then to add this CSS code to your form:

    .form-textbox{padding-left:15px;}