I have a Bootstrap modal dialog for which I want to layout the various labels and inputs. I have tried using row/column classes but they do not appear to do anything. What a
have a look bootstrap example no need to add container or container-fluid or col-* classes with modal-body or inside modal-body
container
container-fluid
col-*
modal-body
1st col 3 2nd col 3 3rd col 3 4th col 3
1st col 3
2nd col 3
3rd col 3
4th col 3
see here