How to make indents of the text? When you start to write in the form, it is located on the left at the end

  • valentinholod
    Asked on April 7, 2017 at 4:24 AM

    Как сделать отступы текста ?, когда начинаешь писать в форме, он расположен слева впритык, как убрать синию рамку при клике на пункт формы ? Спасибо

  • Chriistian Jotform Support
    Replied on April 7, 2017 at 4:55 AM

    To indent the text when filling out the fields on your form, please inject this custom CSS on your form:

    #input_3, #input_4 {

        padding-left: 20px !important;

    }

    Result:

    How to make indents of the text? When you start to write in the form, it is located on the left at the end Image 1 Screenshot 20

    Here's a guide on How to Inject Custom CSS Codes.

    Cheers!