skip to Main Content

Twitter bootstrap – Bootstrap col-md-x nested inside col-md-x

I suppose it's wrong to nest a col-md-x immediately inside a col-md-x in Bootstrap 3. Am I right? I have following at the moment: <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.css" rel="stylesheet"/> <div class="row"> <input class="col-md-4" value="something" /> <div class="col-md-8">Something here</div> </div> In this case,…

VIEW QUESTION
Back To Top
Search