• Resolved SunnyPapaBear

    (@sunnypapabear)


    I’ve got an Input box that I want the text to wrap vs one straight line. Look at the bottom of the referenced Page (Your Question:). I’m looking for some CSS code that might make it work.

    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

    • This topic was modified 7 years, 3 months ago by SunnyPapaBear.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • You are using <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.

    Thread Starter SunnyPapaBear

    (@sunnypapabear)

    The problem is I can’t change the Element, it is In a Plugin–the best I can do is try to modify it with some Custom CSS or Custom Functiond.

    It’s not possible to have a text input wrap. Best hope is checking with the plugin developer if there’s a filter that will allow you to change the element.

    Thread Starter SunnyPapaBear

    (@sunnypapabear)

    thanks. Appreciate the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Input Field Word Wrap’ is closed to new replies.