Content too close to edge of textbox

  • KeyshaunSmith
    Asked on March 2, 2016 at 9:32 AM

    Is there anyway to adjust the content inside the text box so that it is not so close to the edge of the text box?

    Content too close to edge of textbox Image 1 Screenshot 20

  • Huberson
    Replied on March 2, 2016 at 11:34 AM

    You can adjust the textbox contents by adding some padding left to it. Using Designer, copy and paste the bellow CSS to the form and change the padding value as you see fit.

    .form-textbox {

        padding-left : 6px;

    }

    Please let us know if you need more assistance.