How can I make space between buttons in navbar? I usually do that with but it doesn\'t work now. Here\'s an JSfiddle of how it looks:
http://j
you may try margin-left
margin-left
here is the code
.btn{ margin-left:10px; }
here is the example:: FIDDLE