Bootstrap issue - Why the form's elements i.e input text are blocked when viewed on smaller screen?

0 votes
265 views
added Mar 31, 2017 in CSS by anonymous
recategorized Aug 8, 2017 by LC Marshal
I don't know why it's can't be use when shrink the browser screen to mobile size, the class in use <class="col-md-12">

1 Response

0 votes
responded Mar 31, 2017 by LC Marshal Captain (25,790 points)

You should use extension class for small viewport. Try add the following class into your div.

<class="col-md-12 col-xs-12">
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...