javascript - Bootstrap Navbar Not Collapsing for Mobile -


so working on website, heres draft: http://46.101.21.230/ , i've used bootstrap before , not had issue. when page in mobile view, navbar not collapse, goes normal bar.

i have jquery , bootstrap.js loaded , language selector dropdown @ top works fine i'm guessing that's not problem.

i went onto bootstrap website , got example code , pasted in , still doesn't work.

any suggestions?

simple solution. using sass , didn't include component animations. in future use this

@import "bootstrap/component-animations";


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 -