Bootstrap 3 navbar-toggle opening at 90% width then sliding right to fill screen? -


i have navbar-toggle menu that, when opened, opens @ looks 90% width slides right fill screen! cannot work out issue here: http://www.bootply.com/zanqbwtecu

also in desktop view in same example have nav-pills nav-justified menu that, when hover on button, increases in height give impression of button moving down when click on 1 of submenu options jumps original height.

how button remain @ increased width?

remove

.nav { letter-spacing: 1px; position: absolute; top: 0; left: 0; z-index: 20; } 

replace with

#rickwoodcollapse { width:100%; padding:0; } 

here bootply -


Comments

Popular posts from this blog

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -