Category: Bootstrap

  • Utilities for debugging Bootstrap with and without ASP.NET MVC

    Utilities for debugging Bootstrap with and without ASP.NET MVC

    I was running into a problem while trying to get a Bootstrap form to lay out properly.  My problem was that the text of labels was getting rendered under textboxes.  As I was playing with various Bootstrap styles on my DIVs – for example, ‘col-md-5’, ‘col-sm-5’, ‘col-sm-offset-1’, etc – it quickly became clear that I…