What I have so far that increased the size of the input box is the following:
input#Post_Title {
}
But it’s just want straight horizontal line in the middle of the box. Any suggestions on additional custom CSS I can use to make this Input box work the way I want would be greatly appreciated.
wore-wrap=normal; didn’t seem to do anything
]]><input type="text">
which HTML defines as a single line. You want to use <textarea>
instead.
See this link for a sandbox where you can compare the two elements.
]]>