Bootstrap 3: How to make a centered navbar

后端 未结 5 1415
情深已故
情深已故 2020-12-13 10:39

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:

5条回答
  •  心在旅途
    2020-12-13 11:13

    This should be exactly what you are looking for.

    Here is a jsFiddle Demo

    If you want this as a fixed-footer, just add navbar-fixed-bottom class to the

提交回复
热议问题