bootstrap navbar 100 width

You could get the width of the navbar to go the full length of the page by making the container inherit from ".navbar-wrapper". You may also want to get rid of the padding you have set in ".navbar-wrapper .navbar"

The following styles worked for me: See codpen: http://codepen.io/JordanLittell/pen/wadWxv

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
    width: inherit;
}

.navbar-wrapper .navbar {
    width: 100% !important;
}

.navbar-inverse {
  width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 0;
}

.navbar-inverse .nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .nav > li > a:hover {
    background: none;
}

.navbar-brand a {
    color: #FFFFFF;
}

.main-header-background {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; 
    background-image: url('http://www.riwakawebsitedesigns.com/external/images/stars/img-stars-2.jpg');
  height: 620px;
  width: 100%;
  margin-bottom: 60px;
}

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
navbar width bootstrap 4 bootstrap change the height of navbar bootstrap navbar toggler width bootstrap navbar toggler size how to make nav-link full height in navbar bootstrap how to make bootstrap navbar full size make a nav bar cover the whole screen width in bootstrap bootstrap navbar width how to make a navbar element larger bootstrap how to make navbar full width bootstrap how to reduce the width of navbar in bootstrap bootstrap navbar width coustomize set width of navbar in bootstrap bootstrap how to change width when navbar nav bar bootstrap width of page bootstrap navbar li equal width bootstrap navbar size bigger Full Width Bootstrap Navbar bootstrap 4 navbar small height increase size of navbar header in bootstrap navbar width 100 bootstrap reduce navbar width bootstrap navbar viewport width bootstrap bootstrap navbar size height change navbar height bootstrap how to change width of navbar li in bootstrap 4 decrease navbar width bootstrap 4 bootstrap increase navbbar height bootstrap navbar-brand height bootstrap navbar brand height change navbar toggler width bootstrap change navbar toggle width bootstrap navbar full width attribute bootstrap bootstrap how to stretch navbar full height navbar full size bootstrap bootstrap vh-100 with navigator navbar bootstrap full width navigation max-width navbar bootstrap bootstrap max-width nav bootstrap navbar full width bootstrap navbar take full width how to change width of navigation bar in bootstrap bootstrap thicker navbar normal navbar width bootsstrap how to change navbar size in bootstrap bootstrap make navbar bigger bootstrap nav full width container bootstrap nav bar item width increase how to increase navbar size in bootstrap how to make the navbar toggle in full width bootstrap 4 bootstrap navbar collapse width bootstrap navbar link width navbar width 100 how to give width in navbar in bootstrap bootstrap navbar toggle change width how to make boostrap navbar cover width bootstrap navbar collapse custom width increase height of navbar in bootstrap how to cover full width navbar bootstrap bootstrap navbar full scrn width increase size of navbar-brand bootstrap bootstrap nav full width bootstrap navbar width of container bootstrap height of navbar increase size of navbar bootstrap bootstrap make my navbar bigger navbar bootstrap height bootstrap navbar not full width width navbar-expand-lg how to change the height of the navbar in bootstrap change width of navbar bootstrap 4 bootstrap vh-100 with navbar bootstrap navber exceeds width change navbar width bootstrap change height of navbar bootstrap bootstrap navbar collapse 100% height reduce height of navbar bootstrap bootstrap 100 height navbar bootstrap how to make navbar wider navbar height bootstrap boostrap navbar item width to column how to change the size of your navbar in bootstrap bootstrap collapse navbar custom width bootstrap navbar auto width navbar height adjust bootstrap bootstrap navbar 100% navbar 100 width bootstrap 4 navbar not expanding full width how to increase the width of navbar in bootstrap how to make bootstrap nav bar the entire width of your screen bootstrap navbar too wide bootstrap calc height navbar reduce width of bootstrap navbar boostrap nav getting full width bootstrap navbar w-100 what is the height of my bootstrap navbar how to increase size of navbar in bootstrap how to make navigation bar menu bigger in bootstrap bootstrap menu 100 width navbar container width bootstrap bootstrap nav height size of navbar bootstrap how to increase the size of navbar in bootstrap how to make navbar full width bootstrap 4 bootstrap max width navbar bootstrap size navbar bootstrap 4 navbar full width how to decrease navbar size in bootstrap size bootstrap navbar bootstrap full height menu bootstrap change navbar width navbar size in bootstrap change the height of navbar bootstrap bootstrap nav bar size bootstrap navbar height specs bootstrap navbar equal width bootstrap reduce navbar height can you change bootstrap navbar height how to make navbar bigger bootstrap bootstrap navbar height 100 full height navbarbootstrap how to make bootstrap navbar full width navbar width bootstrap height of bootstrap navbar bootstrap navbar height navbar size bootstrap what is bootstrap navbar height bootstrap navbar size bootstrap how to nav bar width changing bootstrap navbar dimensions bootstrap navbar 100 width
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source