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; }
Code Hub: Just copy and paste
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; }