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:
#menu-main{ width: 100%; text-align: center; display:block; } #menu-main li { display: inline-block; float: none; vertical-align: top; } #menu-main a{ display: block; padding: 10px; }