Abraham Garcia in HTML/CSS Script   Friday, March 23 2018

How to Center Bootstrap Navigation

A short snippet to center bootstrap navigation.

This is a short code snippet on how to center bootstrap navigation.  .navbar .navbar-nav { display: inline-block; float: none; } .navbar .navbar-collapse { text-align: center; } Source: https://stackoverflow.com/questions/21980660/align-bootstrap-navigation-to-center 

Continue reading