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:
Similar to @Adam's suggestion, I see that this basically works:
However, it won't collapse on smaller widths like a navbar. It would be nice to maintain this functionality if someone knows how.