How to set the height of an input (text) field in CSS? April 16, 2023 by Tarik Try with padding and line-height – input[type="text"]{ padding: 20px 10px; line-height: 28px; }