-2

Right now my comment input looks like this comment input field img but when I resize the window or display on a mobile device here is what I get enter image description here

How can I put line break or make it responsive like almost all bootstrap object ?

mhatch
  • 4,441
  • 6
  • 36
  • 62
Mehdi S.
  • 471
  • 1
  • 4
  • 18
  • 1
    That depends on how it is implemented. We need to see your html. This [example](http://www.bootply.com/e9hBKKmCbz) responds fine. Click one of the preview logos on the right side in purple to resize and see the effect. – Steven B. Aug 10 '16 at 16:47

1 Answers1

0

Try This

    <input type="text" name="address" placeholder="1313 Mockingbird Ln                  Saginaw, MI 45100">

<textarea name="address" placeholder="1313 Mockingbird Ln                  Saginaw, MI 45100"></textarea>

Live Demo

For Futher Using Javascript

Click Here

Community
  • 1
  • 1
Sumit patel
  • 3,807
  • 9
  • 34
  • 61