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

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -