Search code examples
cssbootswatch

I need help changing the width of my navbar as well keeping it centered at the top of the page


I can't seem to figure out how to center & change the width of my whole navigation bar for my website

-I'm using the slate bootswatch theme


Solution

  • <div class="navbar navbar-default" style="
        width: 600px;
        position: absolute;
        left: 35%;
    ">
    ...............
      <div class="navbar-collapse collapse navbar-responsive-collapse" style="
        width: 500px;
        position: absolute;
        left: 10%;
    ">
    

    Change the number to fix as you want, not really a good way but maybe you want to see