Bootstrap 3.0.3 form-group class it is not taking any margin-bottom
css, html, twitter-bootstrap-3
Solution
If I understand what you're trying to accomplish correctly, you should add the class `.form-horizontal` to your `form`, as seen in the 'Horizontal Form' section here: http://getbootstrap.com/css/#forms-horizontal
Problem
I'm using Bootstrap 3.0.3 in this new project and there is something weird, the `form-group` class it is not taking any `margin-bottom`. The purpose of this class is to make vertical space between `labels` and `controls`. If I increase the margin-bottom to a number higher than 15px, it looks like the margin is been add up at the top. Any idea what's going on? This is my jsfiddle. Thanks.