jquery - Navbar shows and hide menu in just one click, next click do nothing -
i using zerif-lite
theme 1 of projects. in project on smaller screens when click on toggled menu, shows automatically hides again. website can found here there way disable it?
add following code css file after bootstrap.css:
.navbar-collapse.in { height: auto !important; }
Comments
Post a Comment