I\'ve seen some hacks for Bootstrap <=2 but I\'m using v3 and I want to make a horizontal row of links that are centered within the row/container. Here\'s my markup:
I suggest to give the navbar a side margin of 25%:
CSS
@media (min-width: 768px) { .centered-ul{ margin-left:25%; } }
HTML
...