Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Vertical Text Align (Line Height) in Text Input Re: [Solved] Vertical Text Align (Line Height) in Text Input

#71581
psychotronic
Member

how about adding extra padding ?

Code:
input { height: 40px; /* any help with this css would be appreciated */
overflow:hidden;
padding:10px 10px 5px 10px; }