how to do a line break in Bootstrap 3.3.7
First of all, the button should be inside it’s own row. Right now you just have an orphaned col-xs-12 which violates the Bootstrap standards. So doing that will separate them better. After that you need some margin between them And styling: Example: https://jsfiddle.net/y9mznrna/1/