I need a text field with the cursor starting a few pixels (let's say 4) from the left-hand side. I am aware that this can be achieved by adjusting the size of the text field using padding, but I am curious if there is a way to resize the text box without using padding, and instead utilizing height and width CSS properties.
Any suggestions or input would be highly valued. Thank you!