Make Bootstrap Menu 100% Width

Just copy and paste

.nav > li.dropdown.open {
    position: static;
}
.nav > li.dropdown.open .dropdown-menu {
    display:table; width: 100%; text-align: center; left:0; right:0;
}
.dropdown-menu>li {
    display: table-cell;
}

Leave a Reply

Your email address will not be published. Required fields are marked *